@@ -292,21 +292,19 @@ test-cli-cuda-py-txi:
292292 uv sync --dev --extra py-txi
293293 FORCE_SEQUENTIAL=1 uv run pytest tests/test_cli.py -s -k " cli and cuda and (tgi or tei or txi)"
294294
295+ test-cli-cuda-vllm-single :
296+ uv sync --dev --extra vllm
297+ FORCE_SEQUENTIAL=1 uv run pytest tests/test_cli.py -s -k " cli and cuda and vllm and not (tp or pp)"
298+
299+ test-cli-cuda-vllm-multi :
300+ uv sync --dev --extra vllm
301+ FORCE_SEQUENTIAL=1 uv run pytest tests/test_cli.py -s -k " cli and cuda and vllm and (tp or pp)"
302+
295303test-cli-cuda-onnxruntime :
296304 uv sync --dev --extra onnxruntime-gpu
297305 uv run pytest tests/test_cli.py -s -k " cli and cuda and onnxruntime"
298306
299307# ### non-uv compatible
300- test-cli-cuda-vllm-single :
301- pip install uv --upgrade
302- UV_SYSTEM_PYTHON=1 uv pip install -e .[dev,vllm]
303- FORCE_SEQUENTIAL=1 pytest tests/test_cli.py -s -k " cli and cuda and vllm and not (tp or pp)"
304-
305- test-cli-cuda-vllm-multi :
306- pip install uv --upgrade
307- UV_SYSTEM_PYTHON=1 uv pip install -e .[dev,vllm]
308- FORCE_SEQUENTIAL=1 pytest tests/test_cli.py -s -k " cli and cuda and vllm and (tp or pp)"
309-
310308test-cli-cuda-tensorrt-llm-single :
311309 UV_SYSTEM_PYTHON=1 uv pip install -e .[dev,tensorrt-llm]
312310 FORCE_SEQUENTIAL=1 pytest tests/test_cli.py -s -k " cli and cuda and tensorrt_llm and not (tp or pp)"
@@ -328,21 +326,19 @@ test-cli-cuda-py-txi-examples:
328326 uv sync --dev --extra py-txi
329327 FORCE_SEQUENTIAL=1 uv run pytest tests/test_examples.py -s -k " cli and cuda and (tgi or tei or txi)"
330328
329+ test-cli-cuda-vllm-single-examples :
330+ uv sync --dev --extra vllm
331+ FORCE_SEQUENTIAL=1 uv run pytest tests/test_examples.py -s -k " cli and cuda and vllm and not (tp or pp)"
332+
333+ test-cli-cuda-vllm-multi-examples :
334+ uv sync --dev --extra vllm
335+ FORCE_SEQUENTIAL=1 uv run pytest tests/test_examples.py -s -k " cli and cuda and vllm and (tp or pp)"
336+
331337test-cli-cuda-onnxruntime-examples :
332338 uv sync --dev --extra onnxruntime-gpu
333339 uv run pytest tests/test_examples.py -s -k " cli and cuda and onnxruntime"
334340
335341# ### non-uv compatible
336- test-cli-cuda-vllm-single-examples :
337- pip install uv --upgrade
338- UV_SYSTEM_PYTHON=1 uv pip install -e .[dev,vllm]
339- FORCE_SEQUENTIAL=1 pytest tests/test_examples.py -s -k " cli and cuda and vllm and not (tp or pp)"
340-
341- test-cli-cuda-vllm-multi-examples :
342- pip install uv --upgrade
343- UV_SYSTEM_PYTHON=1 uv pip install -e .[dev,vllm]
344- FORCE_SEQUENTIAL=1 pytest tests/test_examples.py -s -k " cli and cuda and vllm and (tp or pp)"
345-
346342test-cli-cuda-tensorrt-llm-single-examples :
347343 pip install uv --upgrade
348344 UV_SYSTEM_PYTHON=1 uv pip install -e .[dev,tensorrt-llm]
0 commit comments