mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 04:14:38 +08:00
Adding Requirements.txt
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user