codelion commited on
Commit
8459974
·
verified ·
1 Parent(s): 9880607

Upload inference.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 mlx-community/malm-165m --local-dir ./malm-165m
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