зеркало из https://github.com/microsoft/DeepSpeed.git
Pin HPU tests (#6831)
HPU tests are impacted by the same issue as other tests that use transformers latest. This PR pins to a version of transformers before the fix.
This commit is contained in:
Родитель
a4499668fe
Коммит
9ca6016017
|
@ -111,6 +111,8 @@ jobs:
|
|||
run: |
|
||||
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 6c3f168b3
|
||||
git rev-parse --short HEAD
|
||||
pip install .
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче