a few examples

This commit is contained in:
Awni Hannun
2023-11-29 08:17:26 -08:00
parent e31d82d3ed
commit b243c1d8f4
32 changed files with 105181 additions and 2 deletions

18
mnist/README.md Normal file
View File

@@ -0,0 +1,18 @@
# MNIST
This example shows how to run some simple models on MNIST. The only
dependency is MLX.
Run the example with:
```
python main.py
```
By default the example runs on the CPU. To run on the GPU, use:
```
python main.py --gpu
```
To run the PyTorch or Jax examples install the respective framework.