Skip to content

Commit 1227a8f

Browse files
committed
ignore models
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
1 parent 33486f4 commit 1227a8f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.buildkite/run-cpu-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ docker exec cpu-test bash -c "python3 examples/offline_inference.py"
2323
docker exec cpu-test bash -c "cd tests;
2424
pip install pytest Pillow
2525
rm -f __init__.py
26-
sed -i '/*stablelm-3b-4e1t/d' models/test_models.py
26+
sed -i '/\"stabilityai/d' models/test_models.py
2727
sed -i '/torch.cuda.empty_cache/d' conftest.py
2828
sed -i 's/cuda/cpu/g' conftest.py
2929
bash ../.buildkite/download-images.sh
30-
pytest -v -s models --ignore=models/test_llava.py --ignore=models/test_mistral.py --ignore=models/test_marlin.py"
30+
pytest -v -s models --ignore=models/test_llava.py --ignore=models/test_mistral.py --ignore=models/test_marlin.py --ignore=models/test_big_models.py"

tests/models/test_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"EleutherAI/pythia-70m",
1515
"bigscience/bloom-560m", # Testing alibi slopes.
1616
"microsoft/phi-2",
17-
"stabilityai/stablelm-3b-4e1t",
1817
# "allenai/OLMo-1B", # Broken
1918
"bigcode/starcoder2-3b",
2019
]

0 commit comments

Comments
 (0)