mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
Unpin transformers version for most workflows (#7139)
Unpin transformers version for all workflows except `nv-torch-latest-v100` as this still has a tolerance issue with some quantization tests. Signed-off-by: Logan Adams <loadams@microsoft.com>
This commit is contained in:
2
.github/workflows/cpu-torch-latest.yml
vendored
2
.github/workflows/cpu-torch-latest.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
git clone https://github.com/huggingface/transformers
|
||||
cd transformers
|
||||
# if needed switch to the last known good SHA until transformers@master is fixed
|
||||
git checkout 981c276
|
||||
# git checkout 981c276
|
||||
git rev-parse --short HEAD
|
||||
pip install .
|
||||
|
||||
|
2
.github/workflows/hpu-gaudi2.yml
vendored
2
.github/workflows/hpu-gaudi2.yml
vendored
@ -112,7 +112,7 @@ jobs:
|
||||
git clone https://github.com/huggingface/transformers
|
||||
cd transformers
|
||||
# if needed switch to the last known good SHA until transformers@master is fixed
|
||||
git checkout 981c276
|
||||
# git checkout 981c276
|
||||
git rev-parse --short HEAD
|
||||
pip install .
|
||||
|
||||
|
2
.github/workflows/nv-a6000.yml
vendored
2
.github/workflows/nv-a6000.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
git clone https://github.com/huggingface/transformers
|
||||
cd transformers
|
||||
# if you need to use an older transformers version temporarily in case of breakage
|
||||
git checkout 981c276
|
||||
# git checkout 981c276
|
||||
git rev-parse --short HEAD
|
||||
python -m pip install .
|
||||
- name: Install deepspeed
|
||||
|
2
.github/workflows/nv-torch-nightly-v100.yml
vendored
2
.github/workflows/nv-torch-nightly-v100.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
git clone https://github.com/huggingface/transformers
|
||||
cd transformers
|
||||
# if needed switch to the last known good SHA until transformers@master is fixed
|
||||
git checkout 981c276
|
||||
# git checkout 981c276
|
||||
git rev-parse --short HEAD
|
||||
pip install .
|
||||
|
||||
|
Reference in New Issue
Block a user