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 2dd4a8e commit ad8255dCopy full SHA for ad8255d
.ci/scripts/test_model.sh
@@ -167,10 +167,12 @@ test_model_with_qnn() {
167
elif [[ "${MODEL_NAME}" == "vit" ]]; then
168
EXPORT_SCRIPT=torchvision_vit
169
elif [[ "${MODEL_NAME}" == "mb" ]]; then
170
- pip install sklearn
+ pip install scikit-learn
171
EXPORT_SCRIPT=mobilebert_fine_tune
172
elif [[ "${MODEL_NAME}" == "w2l" ]]; then
173
EXPORT_SCRIPT=wav2letter
174
+ echo "W2L Checking for Version"
175
+ python -c "import torchaudio; print(torchaudio.__version__)"
176
elif [[ "${MODEL_NAME}" == "edsr" ]]; then
177
EXPORT_SCRIPT=edsr
178
# Additional deps for edsr
0 commit comments