We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41312a commit 78c7503Copy full SHA for 78c7503
.buildkite/scripts/run-prime-rl-test.sh
@@ -12,6 +12,11 @@ REPO_ROOT="$(cd "${SCRIPT_DIR}/../.." && pwd)"
12
PRIME_RL_REPO="https://github.com/PrimeIntellect-ai/prime-rl.git"
13
PRIME_RL_DIR="${REPO_ROOT}/prime-rl"
14
15
+if command -v rocm-smi &> /dev/null || command -v rocminfo &> /dev/null; then
16
+ echo "AMD GPU detected. Prime-RL currently only supports NVIDIA. Skipping..."
17
+ exit 0
18
+fi
19
+
20
echo "Setting up Prime-RL integration test environment..."
21
22
# Clean up any existing Prime-RL directory
0 commit comments