We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2102257 commit ede64faCopy full SHA for ede64fa
.azure-pipelines/template/ut-template.yml
@@ -38,6 +38,7 @@ steps:
38
&& pip install torch==2.8.0 torchvision --index-url https://download.pytorch.org/whl/cpu \
39
&& pip install intel-extension-for-pytorch==2.8.0 \
40
&& pip install -r requirements-cpu.txt \
41
+ && pip install transformers==4.57.1 \
42
&& pip install . \
43
&& pip list"
44
displayName: "Env Setup"
0 commit comments