https://github.com/mwrites/apple-mlx-tutorials
Cookbooks and tutorials on how to use Apple MLX for PyTorch users
https://github.com/mwrites/apple-mlx-tutorials
Last synced: 3 months ago
JSON representation
Cookbooks and tutorials on how to use Apple MLX for PyTorch users
- Host: GitHub
- URL: https://github.com/mwrites/apple-mlx-tutorials
- Owner: mwrites
- License: mit
- Created: 2024-06-23T17:12:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T21:16:36.000Z (8 months ago)
- Last Synced: 2024-12-28T21:21:33.369Z (5 months ago)
- Language: Jupyter Notebook
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apple MLX Tutorials
Cookbooks and tutorials on how to use Apple MLX for PyTorch users.
### Install MLX
```sh
conda update
conda install -c conda-forge mlx
```### Step By Step Jupyter Notebooks
- [x] [How To Use HuggingFace Datasets With MLX Streams](./hf_datasets_mlx_streams.ipynb)
- [x] [How to use PyTorch DataLoaders with MLX](./hf_to_mlx_with_pytorch_dataloaders.ipynb)
- [x] [Trainer + Metrics Template with MLX](./mlx_trainer.ipynb)
- [ ] Kaggling with MLX
- [ ] Making a recommender with MLX
- [ ] ?### License
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.
### Contact
For questions or feedback, reach out via GitHub Issues.