File tree 2 files changed +2
-3
lines changed 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"
23
23
docker exec cpu-test bash -c " cd tests;
24
24
pip install pytest Pillow
25
25
rm -f __init__.py
26
- sed -i '/*stablelm-3b-4e1t /d' models/test_models.py
26
+ sed -i '/\" stabilityai /d' models/test_models.py
27
27
sed -i '/torch.cuda.empty_cache/d' conftest.py
28
28
sed -i 's/cuda/cpu/g' conftest.py
29
29
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 14
14
"EleutherAI/pythia-70m" ,
15
15
"bigscience/bloom-560m" , # Testing alibi slopes.
16
16
"microsoft/phi-2" ,
17
- "stabilityai/stablelm-3b-4e1t" ,
18
17
# "allenai/OLMo-1B", # Broken
19
18
"bigcode/starcoder2-3b" ,
20
19
]
You can’t perform that action at this time.
0 commit comments