We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e0da2 commit 39ad4ccCopy full SHA for 39ad4cc
scripts/Jenkinsfile
@@ -24,7 +24,7 @@ pipeline {
24
pip install .[test] &&
25
pip install junitparser pytest-xdist &&
26
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"
+ 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"
28
'''
29
}
30
0 commit comments