Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
4ce42f92
Unverified
Commit
4ce42f92
authored
Jun 02, 2025
by
Concurrensee
Committed by
GitHub
Jun 02, 2025
Browse files
Adding "LoRA Test %N" to AMD production tests (#18929)
Signed-off-by:
Yida Wu
<
yidawu@alumni.cmu.edu
>
parent
8a57872b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
.buildkite/scripts/hardware_ci/run-amd-test.sh
.buildkite/scripts/hardware_ci/run-amd-test.sh
+4
-0
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+1
-1
No files found.
.buildkite/scripts/hardware_ci/run-amd-test.sh
View file @
4ce42f92
...
@@ -94,6 +94,10 @@ if [[ $commands == *"pytest -v -s compile/test_basic_correctness.py"* ]]; then
...
@@ -94,6 +94,10 @@ if [[ $commands == *"pytest -v -s compile/test_basic_correctness.py"* ]]; then
commands
=
${
commands
//
"pytest -v -s compile/test_basic_correctness.py"
/
"VLLM_USE_TRITON_FLASH_ATTN=0 pytest -v -s compile/test_basic_correctness.py"
}
commands
=
${
commands
//
"pytest -v -s compile/test_basic_correctness.py"
/
"VLLM_USE_TRITON_FLASH_ATTN=0 pytest -v -s compile/test_basic_correctness.py"
}
fi
fi
if
[[
$commands
==
*
"pytest -v -s lora"
*
]]
;
then
commands
=
${
commands
//
"pytest -v -s lora"
/
"VLLM_ROCM_CUSTOM_PAGED_ATTN=0 pytest -v -s lora"
}
fi
#ignore certain kernels tests
#ignore certain kernels tests
if
[[
$commands
==
*
" kernels/core"
*
]]
;
then
if
[[
$commands
==
*
" kernels/core"
*
]]
;
then
commands
=
"
${
commands
}
\
commands
=
"
${
commands
}
\
...
...
.buildkite/test-pipeline.yaml
View file @
4ce42f92
...
@@ -287,7 +287,7 @@ steps:
...
@@ -287,7 +287,7 @@ steps:
-
pytest -v -s spec_decode/e2e/test_eagle_correctness.py
-
pytest -v -s spec_decode/e2e/test_eagle_correctness.py
-
label
:
LoRA Test %N
# 15min each
-
label
:
LoRA Test %N
# 15min each
mirror_hardwares
:
[
amdexperimental
]
mirror_hardwares
:
[
amdexperimental
,
amdproduction
]
source_file_dependencies
:
source_file_dependencies
:
-
vllm/lora
-
vllm/lora
-
tests/lora
-
tests/lora
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment