mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 09:21:18 +08:00
Adding Requirements.txt
This commit is contained in:
parent
5be26ae91b
commit
bd742ec03c
@ -1,7 +1,12 @@
|
|||||||
# MNIST
|
# MNIST
|
||||||
|
|
||||||
This example shows how to run some simple models on MNIST. The only
|
This example shows how to run some simple models on MNIST.
|
||||||
dependency is MLX.
|
|
||||||
|
Install the dependencies:
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
Run the example with:
|
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