mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 01:17:28 +08:00
Adding Requirements.txt
This commit is contained in:
parent
5be26ae91b
commit
bd742ec03c
@ -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