Skip to content

Commit ad8255d

Browse files
committed
temp
1 parent 2dd4a8e commit ad8255d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/scripts/test_model.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,12 @@ test_model_with_qnn() {
167167
elif [[ "${MODEL_NAME}" == "vit" ]]; then
168168
EXPORT_SCRIPT=torchvision_vit
169169
elif [[ "${MODEL_NAME}" == "mb" ]]; then
170-
pip install sklearn
170+
pip install scikit-learn
171171
EXPORT_SCRIPT=mobilebert_fine_tune
172172
elif [[ "${MODEL_NAME}" == "w2l" ]]; then
173173
EXPORT_SCRIPT=wav2letter
174+
echo "W2L Checking for Version"
175+
python -c "import torchaudio; print(torchaudio.__version__)"
174176
elif [[ "${MODEL_NAME}" == "edsr" ]]; then
175177
EXPORT_SCRIPT=edsr
176178
# Additional deps for edsr

0 commit comments

Comments
 (0)