diff --git a/.jenkins/test_config.yaml b/.jenkins/test_config.yaml index 0b9a2231d59a8..e2f870b006e0b 100644 --- a/.jenkins/test_config.yaml +++ b/.jenkins/test_config.yaml @@ -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