Skip to content

Commit

Permalink
Pin to use a specific version of transformers (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams authored Jul 25, 2024
1 parent 6d498c6 commit 1cf5ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nv-v100-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
pip install git+https://github.com/microsoft/DeepSpeed.git
pip install git+https://github.com/huggingface/transformers.git
pip install git+https://github.com/huggingface/transformers.git@v4.42.4
pip install -U accelerate
ds_report
Expand Down

0 comments on commit 1cf5ebe

Please sign in to comment.