Skip to content

Commit

Permalink
install latest version of transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
SmerkyG committed Mar 22, 2024
1 parent bff08d1 commit 1ee41f7
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 @@ -65,7 +65,7 @@ runs:
python -m pip install -e .
# Fix some HF dependencies issues
python -m pip install transformers accelerate setuptools
python -m pip install -U transformers accelerate setuptools
# Needed for ifeval
python -m pip install langdetect immutabledict
# Needed for some models
Expand Down

0 comments on commit 1ee41f7

Please sign in to comment.