Rename huggingface-cli to hf in snippet

#1
by Wauplin HF Staff - opened
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