Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
- test: TestVllm1
instance: g6
failure-prefix: lmi
- test: TestVllm2
instance: g6
failure-prefix: lmi
- test: TestVllmCustomHandlers
instance: g6
failure-prefix: lmi
Expand Down
5 changes: 5 additions & 0 deletions tests/integration/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,11 @@ def test_llama_68m_speculative_medusa(self):
r.launch()
client.run("vllm llama-68m-speculative-medusa".split())


@pytest.mark.vllm
@pytest.mark.gpu_4
class TestVllm2:

def test_llama_68m_speculative_eagle(self):
with Runner('lmi', 'llama-68m-speculative-eagle') as r:
prepare.build_vllm_async_model("llama-68m-speculative-eagle")
Expand Down
Loading