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
78c75033
Unverified
Commit
78c75033
authored
Dec 08, 2025
by
Micah Williamson
Committed by
GitHub
Dec 09, 2025
Browse files
[ROCm][CI] Skip NVIDIA-Only Prime-RL Test in AMD CI (#29420)
Signed-off-by:
Micah Williamson
<
micah.williamson@amd.com
>
parent
e41312a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.buildkite/scripts/run-prime-rl-test.sh
.buildkite/scripts/run-prime-rl-test.sh
+5
-0
No files found.
.buildkite/scripts/run-prime-rl-test.sh
View file @
78c75033
...
...
@@ -12,6 +12,11 @@ REPO_ROOT="$(cd "${SCRIPT_DIR}/../.." && pwd)"
PRIME_RL_REPO
=
"https://github.com/PrimeIntellect-ai/prime-rl.git"
PRIME_RL_DIR
=
"
${
REPO_ROOT
}
/prime-rl"
if
command
-v
rocm-smi &> /dev/null
||
command
-v
rocminfo &> /dev/null
;
then
echo
"AMD GPU detected. Prime-RL currently only supports NVIDIA. Skipping..."
exit
0
fi
echo
"Setting up Prime-RL integration test environment..."
# Clean up any existing Prime-RL directory
...
...
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