We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a8348 commit 6f3dec6Copy full SHA for 6f3dec6
.github/workflows/nv-transformers-v100.yml
@@ -54,7 +54,7 @@ jobs:
54
git clone https://github.com/huggingface/transformers
55
cd transformers
56
# if needed switch to the last known good SHA until transformers@master is fixed
57
- # git checkout 1cc453d33
+ git checkout 6268694e2
58
git rev-parse --short HEAD
59
# scipy/sklearn required for tests, using the 'dev' extra forces torch re-install
60
pip install .[testing]
0 commit comments