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 d8654bb commit 1aca7baCopy full SHA for 1aca7ba
.circleci/unittest/linux/scripts/run_test.sh
@@ -7,4 +7,4 @@ conda activate ./env
7
8
export PYTORCH_TEST_WITH_SLOW='1'
9
python -m torch.utils.collect_env
10
-pytest --junitxml=test-results/junit.xml -v --durations 20
+pytest --junitxml=test-results/junit.xml -v --durations 200 -k test_quantized_classification_model
0 commit comments