Merge pull request #73 from jj701/mnist-requirements-txt
Adding Requirements.txt to the Mnist Example
This commit is contained in:
commit
13f1142eaa
|
|
@ -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
2
mnist/requirements.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
mlx
|
||||
numpy
|
||||
Loading…
Reference in New Issue
Block a user