Skip to content

Commit 6f3dec6

Browse files
authored
pin transformers version for unit tests (#2402)
1 parent f5a8348 commit 6f3dec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
git clone https://github.com/huggingface/transformers
5555
cd transformers
5656
# if needed switch to the last known good SHA until transformers@master is fixed
57-
# git checkout 1cc453d33
57+
git checkout 6268694e2
5858
git rev-parse --short HEAD
5959
# scipy/sklearn required for tests, using the 'dev' extra forces torch re-install
6060
pip install .[testing]

0 commit comments

Comments
 (0)