Upload inference.py with huggingface_hub
Browse files- inference.py +1 -1
inference.py
CHANGED
|
@@ -6,7 +6,7 @@ Usage:
|
|
| 6 |
pip install mlx huggingface_hub
|
| 7 |
|
| 8 |
# Download and run
|
| 9 |
-
huggingface-cli download
|
| 10 |
python malm-165m/inference.py --query "function that sorts a list"
|
| 11 |
"""
|
| 12 |
|
|
|
|
| 6 |
pip install mlx huggingface_hub
|
| 7 |
|
| 8 |
# Download and run
|
| 9 |
+
huggingface-cli download codelion/malm-165m --local-dir ./malm-165m
|
| 10 |
python malm-165m/inference.py --query "function that sorts a list"
|
| 11 |
"""
|
| 12 |
|