We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ba41a commit 11f020dCopy full SHA for 11f020d
1 file changed
tests/ci/sentence_transformers.sh
@@ -7,6 +7,6 @@ python -m pip install --upgrade pip
7
python -m pip install $OPTIMUM_HABANA_PATH[tests]
8
cd $SENTENCE_TRANSFORMER_PATH/tests
9
python -m pip install ..
10
-pytest test_cmnrl.py test_evaluator.py test_multi_process.py test_train_stsb.py test_compute_embeddings.py test_model_card_data.py test_trainer.py test_util.py test_pretrained_stsb.py
+pytest test_cmnrl.py test_multi_process.py test_compute_embeddings.py test_model_card_data.py test_util.py
11
cd $OPTIMUM_HABANA_PATH/tests
12
python -m pytest test_sentence_transformers.py
0 commit comments