File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ docker exec cpu-test bash -c "python3 examples/offline_inference.py"
2323docker 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 "
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments