We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3540f1 commit 46d859aCopy full SHA for 46d859a
.github/workflows/nv-transformers-v100.yml
@@ -36,7 +36,7 @@ jobs:
36
git clone https://github.com/huggingface/transformers
37
cd transformers
38
# if needed switch to the last known good SHA until transformers@master is fixed
39
- # git checkout 1cc453d33
+ git checkout e7e9261a2
40
git rev-parse --short HEAD
41
pip install .
42
0 commit comments