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:
Logan Adams 2024-12-06 14:29:00 -08:00 коммит произвёл GitHub
Родитель a4499668fe
Коммит 9ca6016017
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 0 удалений

2
.github/workflows/hpu-gaudi2.yml поставляемый
Просмотреть файл

@ -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 .