Skip to content

Commit

Permalink
add huggingface_hub requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabonne authored Mar 25, 2024
1 parent a7dcb8f commit 732f3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runpod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apt install -y screen vim git-lfs
screen

# Install common libraries
pip install -q requests accelerate sentencepiece pytablewriter einops protobuf
pip install -q requests accelerate sentencepiece pytablewriter einops protobuf huggingface_hub
pip install -U transformers

if [ "$DEBUG" == "True" ]; then
Expand Down

0 comments on commit 732f3b2

Please sign in to comment.