diff --git a/mnist/README.md b/mnist/README.md index f254a4b1..d80c7f23 100644 --- a/mnist/README.md +++ b/mnist/README.md @@ -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: diff --git a/mnist/requirements.txt b/mnist/requirements.txt new file mode 100644 index 00000000..15e44a27 --- /dev/null +++ b/mnist/requirements.txt @@ -0,0 +1,2 @@ +mlx +numpy \ No newline at end of file