File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4242 git clone https://github.com/huggingface/transformers
4343 cd transformers
4444 # if needed switch to the last known good SHA until transformers@master is fixed
45- # git checkout 6c3f168b3
45+ git checkout 981c276
4646 git rev-parse --short HEAD
4747 pip install .
4848
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 git clone https://github.com/huggingface/transformers
113113 cd transformers
114114 # if needed switch to the last known good SHA until transformers@master is fixed
115- git checkout 6c3f168b3
115+ git checkout 981c276
116116 git rev-parse --short HEAD
117117 pip install .
118118
Original file line number Diff line number Diff line change 4343 git clone https://github.com/huggingface/transformers
4444 cd transformers
4545 # if you need to use an older transformers version temporarily in case of breakage
46- # git checkout v4.47.1
46+ git checkout 981c276
4747 git rev-parse --short HEAD
4848 python -m pip install .
4949 - name : Install deepspeed
Original file line number Diff line number Diff line change 3838 git clone https://github.com/huggingface/transformers
3939 cd transformers
4040 # if needed switch to the last known good SHA until transformers@master is fixed
41- # git checkout 6c3f168b3
41+ git checkout 981c276
4242 git rev-parse --short HEAD
4343 pip install .
4444
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: nv-torch-nightly-v100
22
33on :
44 workflow_dispatch :
5- pull_request :
6- paths :
7- - ' .github/workflows/nv-torch-nightly-v100.yml'
85 schedule :
96 - cron : " 0 0 * * *"
7+ pull_request :
8+ paths :
9+ - ' .github/workflows/nv-torch-nightly-v100.yml'
1010
1111concurrency :
1212 group : ${{ github.workflow }}-${{ github.ref }}
3737 git clone https://github.com/huggingface/transformers
3838 cd transformers
3939 # if needed switch to the last known good SHA until transformers@master is fixed
40- # git checkout 6c3f168b3
40+ git checkout 981c276
4141 git rev-parse --short HEAD
4242 pip install .
4343
You can’t perform that action at this time.
0 commit comments