Skip to content

Commit

Permalink
adding more missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Jul 21, 2024
1 parent 2fcfd81 commit 97a2520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gh-task-runner-composite/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
python -m pip install triton==2.2.0
# Some huggingface accelerate missing packages issue (WTH)
python -m pip install peft sqlitedict accelerate evaluate sacrebleu scikit-learn pytablewriter
python -m pip install peft sqlitedict accelerate evaluate sacrebleu scikit-learn pytablewriter rouge_score
# Setup HF cache
chmod +x ./gh-task-runner/*.sh
Expand Down

0 comments on commit 97a2520

Please sign in to comment.