hmahadik commited on
Commit
5045ac2
·
verified ·
1 Parent(s): e28a258

Use hf CLI for download (huggingface-cli retired in hub 1.0)

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -54,7 +54,8 @@ this via `options.stop`).
54
 
55
  ```bash
56
  # Download GGUF + Modelfile into the same dir
57
- huggingface-cli download BrinqAI/coral-functiongemma-270m \
 
58
  coral-functiongemma-v4c-compact-Q4_K_M.gguf Modelfile.compact \
59
  --local-dir ./coral-fg
60
 
 
54
 
55
  ```bash
56
  # Download GGUF + Modelfile into the same dir
57
+ # (huggingface_hub >= 1.0 ships the `hf` CLI; older installs use `huggingface-cli`)
58
+ hf download BrinqAI/coral-functiongemma-270m \
59
  coral-functiongemma-v4c-compact-Q4_K_M.gguf Modelfile.compact \
60
  --local-dir ./coral-fg
61