Skip to content

Commit ede64fa

Browse files
authored
fix transformers==4.57.1 in CI (#1066)
Signed-off-by: Sun, Xuehao <[email protected]>
1 parent 2102257 commit ede64fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/template/ut-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ steps:
3838
&& pip install torch==2.8.0 torchvision --index-url https://download.pytorch.org/whl/cpu \
3939
&& pip install intel-extension-for-pytorch==2.8.0 \
4040
&& pip install -r requirements-cpu.txt \
41+
&& pip install transformers==4.57.1 \
4142
&& pip install . \
4243
&& pip list"
4344
displayName: "Env Setup"

0 commit comments

Comments
 (0)