We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89403fe commit dd58f95Copy full SHA for dd58f95
.github/workflows/integration.yml
@@ -157,6 +157,9 @@ jobs:
157
- test: TestVllm1
158
instance: g6
159
failure-prefix: lmi
160
+ - test: TestVllm2
161
+ instance: g6
162
+ failure-prefix: lmi
163
- test: TestVllmCustomHandlers
164
165
tests/integration/tests.py
@@ -587,6 +587,11 @@ def test_llama_68m_speculative_medusa(self):
587
r.launch()
588
client.run("vllm llama-68m-speculative-medusa".split())
589
590
+
591
+@pytest.mark.vllm
592
+@pytest.mark.gpu_4
593
+class TestVllm2:
594
595
def test_llama_68m_speculative_eagle(self):
596
with Runner('lmi', 'llama-68m-speculative-eagle') as r:
597
prepare.build_vllm_async_model("llama-68m-speculative-eagle")
0 commit comments