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 a050c03 commit 2dd4a8eCopy full SHA for 2dd4a8e
.ci/scripts/test_model.sh
@@ -167,6 +167,7 @@ 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
171
EXPORT_SCRIPT=mobilebert_fine_tune
172
elif [[ "${MODEL_NAME}" == "w2l" ]]; then
173
EXPORT_SCRIPT=wav2letter
0 commit comments