An open API service indexing awesome lists of open source software.

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

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.