d2l-ai / d2l-en

Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
https://D2L.ai
Other
22.45k stars 4.19k forks source link

MLX support #2570

Open rahulchittimalla opened 7 months ago

rahulchittimalla commented 7 months ago

I plan on contributing for the new ML framework by Apple for silicon https://github.com/ml-explore/mlx

I tried setting up jupyter notebook to directly edit markdown using these resources:

  1. https://d2l.ai/chapter_appendix-tools-for-deep-learning/contributing.html
  2. https://github.com/d2l-ai/d2l-en/blob/master/CONTRIBUTING.md

I still can't run the code .md files as jupyter notebook is opening md files in text format only.

What is the recommended approach to add new framework support?

PRESIDENT810 commented 5 months ago

I just start trying to work on this. Feel free to discuss and I'll see what I can help.