netflix:tayingc-netflix-com Wauplin HF Staff commited on
Commit
1a0ed95
·
1 Parent(s): 7bfb729

Rename huggingface-cli to hf in snippet (#1)

Browse files

- Add library_name + rename huggingface-cli to hf in snippet (d3d9037c2e1df3b4beb7ac0930a8273e1bd060bf)
- Update README.md (0cef4e94e8cf321d1bc7589bb37c34d8790b7a49)
- Update README.md (6b047955a97d103d50aa505d72fa0bfa5dd2a4ca)


Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -64,11 +64,11 @@ cd void-model
64
  pip install -r requirements.txt
65
 
66
  # Download the base model
67
- huggingface-cli download alibaba-pai/CogVideoX-Fun-V1.5-5b-InP \
68
  --local-dir ./CogVideoX-Fun-V1.5-5b-InP
69
 
70
  # Download VOID checkpoints
71
- huggingface-cli download netflix/void-model \
72
  --local-dir .
73
 
74
  # Run Pass 1 inference on a sample
 
64
  pip install -r requirements.txt
65
 
66
  # Download the base model
67
+ hf download alibaba-pai/CogVideoX-Fun-V1.5-5b-InP \
68
  --local-dir ./CogVideoX-Fun-V1.5-5b-InP
69
 
70
  # Download VOID checkpoints
71
+ hf download netflix/void-model \
72
  --local-dir .
73
 
74
  # Run Pass 1 inference on a sample