deepanshu-16 commited on
Commit
9a223ad
·
verified ·
1 Parent(s): de31a5d

Update setup_env.sh

Browse files
Files changed (1) hide show
  1. setup_env.sh +1 -1
setup_env.sh CHANGED
@@ -14,7 +14,7 @@ pip install -r requirements.txt
14
  sudo apt -y install libgl1
15
 
16
  # Download all the checkpoints from HuggingFace
17
- huggingface-cli download chunyu-li/LatentSync --local-dir checkpoints --exclude "*.git*" "README.md"
18
 
19
  # Soft links for the auxiliary models
20
  mkdir -p ~/.cache/torch/hub/checkpoints
 
14
  sudo apt -y install libgl1
15
 
16
  # Download all the checkpoints from HuggingFace
17
+ huggingface-cli download Hyathi/LatentSync --local-dir checkpoints --exclude "*.git*" "README.md"
18
 
19
  # Soft links for the auxiliary models
20
  mkdir -p ~/.cache/torch/hub/checkpoints