Skip to content

Commit

Permalink
pin transformers to last known good commit (#4174)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii authored Aug 18, 2023
1 parent a3540f1 commit 46d859a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nv-transformers-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git clone https://github.com/huggingface/transformers
cd transformers
# if needed switch to the last known good SHA until transformers@master is fixed
# git checkout 1cc453d33
git checkout e7e9261a2
git rev-parse --short HEAD
pip install .
Expand Down

0 comments on commit 46d859a

Please sign in to comment.