Skip to content

Commit 7190f0f

Browse files
update testing and requirements
1 parent f8ac7f3 commit 7190f0f

3 files changed

Lines changed: 5 additions & 15 deletions

File tree

.github/workflows/run_tests_coordinator.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ jobs:
125125
"gpu-integration": "not cpu_only and not tpu_only and integration_test and not post_training",
126126
"cpu-unit": "cpu_only and not post_training",
127127
"cpu-post-training-unit": "cpu_only and post_training",
128-
"rocm-unit": "not cpu_only and not tpu_only and not decoupled",
129-
"rocm-decoupled": "not cpu_only and not tpu_only and decoupled"
128+
"rocm-unit": "not cpu_only and not tpu_only and not post_training and not decoupled",
129+
"rocm-decoupled": "not cpu_only and not tpu_only and not post_training and decoupled"
130130
}')[inputs.flavor] }}
131131
132132
pytest_addopts: >-
@@ -153,8 +153,8 @@ jobs:
153153
"gpu-integration": "--ignore=tests/post_training",
154154
"cpu-unit": "--ignore=tests/post_training",
155155
"cpu-post-training-unit": "",
156-
"rocm-unit": "",
157-
"rocm-decoupled": ""
156+
"rocm-unit": "--ignore=tests/post_training",
157+
"rocm-decoupled": "--ignore=tests/post_training"
158158
}')[inputs.flavor] }}
159159
${{ inputs.additional_pytest_args }}
160160
@@ -184,7 +184,7 @@ jobs:
184184
}')[inputs.flavor] || '--privileged' }}
185185
186186
# ROCm-specific parameters
187-
decoupled_mode: ${{ contains(inputs.flavor, 'rocm') }}
187+
decoupled_mode: ${{ contains(inputs.flavor, 'decoupled') }}
188188
requirements_file: >-
189189
${{ fromJSON('{
190190
"rocm-unit": "src/dependencies/requirements/requirements_rocm_jax_0_9_1.txt",

src/dependencies/requirements/requirements_decoupled_rocm_jax_0_9_1.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ jax==0.9.1
1111
# ROCm JAX wheels
1212
jax-rocm7-plugin==0.9.1.*
1313

14-
# Post-training deps (needed at pytest collection time for tests/post_training/unit/*).
15-
# vLLM ROCm wheel pinned to match the rocm7.1.2 / gfx950 stack. Installed via direct
16-
# URL (instead of --extra-index-url) so AMD's flat index isn't probed for unrelated
17-
# packages (e.g. setuptools during sdist builds), which would 403 and break resolution.
18-
vllm @ https://rocm.frameworks.amd.com/whl/gfx950-dcgpu/vllm-0.16.1.dev10+g11515110f.d20260324.rocm712-cp312-cp312-linux_x86_64.whl
1914
math-verify
2015

2116
jaxtyping

src/dependencies/requirements/requirements_rocm_jax_0_9_1.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ jax==0.9.1
1111
# ROCm JAX wheels
1212
jax-rocm7-plugin==0.9.1.*
1313

14-
# Post-training deps (needed at pytest collection time for tests/post_training/unit/*).
15-
# vLLM ROCm wheel pinned to match the rocm7.1.2 / gfx950 stack. Installed via direct
16-
# URL (instead of --extra-index-url) so AMD's flat index isn't probed for unrelated
17-
# packages (e.g. setuptools during sdist builds), which would 403 and break resolution.
18-
vllm @ https://rocm.frameworks.amd.com/whl/gfx950-dcgpu/vllm-0.16.1.dev10+g11515110f.d20260324.rocm712-cp312-cp312-linux_x86_64.whl
1914
math-verify
2015

2116

0 commit comments

Comments
 (0)