Skip to content

Commit 39ad4cc

Browse files
committed
Update
Signed-off-by: Ann Kuruvilla <quic_akuruvil@quicinc.com>
1 parent 46e0da2 commit 39ad4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pipeline {
2424
pip install .[test] &&
2525
pip install junitparser pytest-xdist &&
2626
pip install librosa==0.10.2 soundfile==0.13.1 && #packages needed to load example for whisper testing
27-
pip install --extra-index-url https://download.pytorch.org/whl/cpu timm==1.0.14 torchvision==0.22.0+cpu einops==0.8.1 && #packages to load VLMs"
27+
pip install --extra-index-url https://download.pytorch.org/whl/cpu timm==1.0.14 torchvision==0.22.0+cpu einops==0.8.1" #packages to load VLMs"
2828
'''
2929
}
3030
}

0 commit comments

Comments
 (0)