Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added lora manager tests #670

Draft
wants to merge 2 commits into
base: habana_main
Choose a base branch
from
Draft
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
11 changes: 11 additions & 0 deletions .jenkins/test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,14 @@ stages:
- name: gsm8k_small_g2_tp1_eagle_spec_decode
flavor: g2
command: VLLM_COS_SIN_RECOMPUTE=true TORCH_COMPILE_DISABLE=true VLLM_CONTIGUOUS_PA=false VLLM_SKIP_WARMUP=True pytest -v tests/spec_decode/e2e/test_eagle_correctness.py::test_eagle_e2e_greedy_correctness
- name: tests_lora
steps:
- name: test_llama_lora
flavor: g2
command: python -m pytest tests/lora/test_llama_hpu.py -k test_llama_lora_1x
- name: test_multilora
flavor: g2
command: python -m pytest tests/lora/test_multilora_hpu.py -k test_llama_multilora_1x
- name: test_long_context
flavor: g2
command: python -m pytest tests/lora/test_long_context_hpu.py -k test_quality
Loading