Adding Requirements.txt

This commit is contained in:
jj701 2023-12-11 20:45:39 -06:00
parent 5be26ae91b
commit bd742ec03c
2 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,12 @@
# MNIST
This example shows how to run some simple models on MNIST. The only
dependency is MLX.
This example shows how to run some simple models on MNIST.
Install the dependencies:
```
pip install -r requirements.txt
```
Run the example with:

2
mnist/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
mlx
numpy