Skip to content

Commit 46d859a

Browse files
authored
pin transformers to last known good commit (#4174)
1 parent a3540f1 commit 46d859a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nv-transformers-v100.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git clone https://github.com/huggingface/transformers
3737
cd transformers
3838
# if needed switch to the last known good SHA until transformers@master is fixed
39-
# git checkout 1cc453d33
39+
git checkout e7e9261a2
4040
git rev-parse --short HEAD
4141
pip install .
4242

0 commit comments

Comments
 (0)