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 82e2d45 commit c71accbCopy full SHA for c71accb
.github/workflows/vllm_ascend_test.yaml
@@ -129,7 +129,8 @@ jobs:
129
# guided decoding doesn't work, fix it later
130
# pytest -sv tests/singlecard/test_guided_decoding.py.py
131
pytest -sv tests/singlecard/test_camem.py
132
- pytest -sv tests/singlecard/ --ignore=tests/singlecard/test_offline_inference.py --ignore=tests/singlecard/test_scheduler.py --ignore=tests/singlecard/test_guided_decoding.py --ignore tests/singlecard/test_camem.py
+ pytest -sv tests/singlecard/test_ilama_lora.py
133
+ pytest -sv tests/singlecard/test_pyhccl.py
134
else
135
pytest -sv tests/multicard/test_ilama_lora_tp2.py
136
# Fixme: run VLLM_USE_MODELSCOPE=True pytest -sv tests/multicard/test_offline_inference_distributed.py will raise error.
0 commit comments