vllm - 💡(How to fix) Fix [CI Failure]: mi250_1: LoRA %N [2 comments, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
vllm-project/vllm#41578Fetched 2026-05-04 04:58:45
View on GitHub
Comments
2
Participants
1
Timeline
8
Reactions
0
Participants
Timeline (top)
added_to_project_v2 ×2commented ×2labeled ×1mentioned ×1

Root Cause

  • Flaky test
  • Can reproduce locally
  • Caused by external libraries (e.g. bug in transformers)

Code Example

FAILED lora/test_transformers_model.py::test_ilama_lora
RAW_BUFFERClick to expand / collapse

Name of failing test

(command rocm-smi || true) && export VLLM_TEST_GROUP_NAME=mi250_1-lora-n && export VLLM_ALLOW_DEPRECATED_BEAM_SEARCH=1 && cd /vllm-workspace/tests && pytest -v -s lora --shard-id=$BUILDKITE_PARALLEL_JOB --num-shards=$BUILDKITE_PARALLEL_JOB_COUNT --ignore=lora/test_chatglm3_tp.py --ignore=lora/test_llama_tp.py --ignore=lora/test_llm_with_multi_loras.py --ignore=lora/test_olmoe_tp.py --ignore=lora/test_deepseekv2_tp.py --ignore=lora/test_gptoss_tp.py --ignore=lora/test_qwen3moe_tp.py --ignore=lora/test_qwen35_densemodel_lora.py

Basic information

  • Flaky test
  • Can reproduce locally
  • Caused by external libraries (e.g. bug in transformers)

🧪 Describe the failing test

FAILED lora/test_transformers_model.py::test_ilama_lora

📝 History of failing test

  • Current streak start: 2026-04-16
  • First failure in 60d window: 2026-04-16
  • Last successful nightly: 2026-04-15
  • Break frequency (60d, pass↔fail flips): 1
  • Latest nightly date: 2026-05-03
  • Latest build(s): amd-ci #8177
  • Latest hardware status: mi250_1=fail

extent analysis

TL;DR

Investigate the test_ilama_lora test in lora/test_transformers_model.py to identify the cause of the failure.

Guidance

  • Review the test code and recent changes to lora/test_transformers_model.py to determine if any modifications could be causing the test to fail.
  • Check the test environment and dependencies, such as the transformers library, to ensure they are up-to-date and compatible.
  • Run the test in isolation using pytest -v -s lora/test_transformers_model.py::test_ilama_lora to gather more information about the failure.
  • Investigate the hardware status and build logs for [amd-ci #8177](https://buildkite.com/vllm/amd-ci/builds/8177) to see if there are any related issues.

Notes

The issue seems to be related to a specific test and hardware configuration, so the solution may depend on the specifics of the test and environment.

Recommendation

Apply workaround: Investigate and debug the test_ilama_lora test to identify the root cause of the failure, as it is not clear if this is an issue with the test itself or the environment.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING