Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 9 additions & 21 deletions examples/vime_qwen3_8b_rocm_ablation/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Vime Qwen3-8B ROCm Attention ablation

The canonical launch command is maintained in
[`../vime_qwen3_8b_tp4_cp2_200/REPRODUCTION.md`](../vime_qwen3_8b_tp4_cp2_200/REPRODUCTION.md#rocm-entry-points).
This file documents the ROCm-specific acceptance contract; keep host paths and
commands in the shared runbook.

This is the ROCm end-to-end counterpart of PR230's production/RL-Kernel
operator matrix. It launches the real Vime orchestration once per Attention
cell and requires runtime evidence from both sides:
Expand Down Expand Up @@ -50,28 +55,11 @@ workers. `rocm_python_entrypoint.sh` is provided for launchers that replace
their Python executable. Point `RL_KERNEL_REAL_PYTHON` at the real interpreter
and configure Vime to invoke this wrapper.

## Review the launch contract

Without `--run`, the runner writes only a review summary and does not require a
ROCm host:

```bash
python examples/vime_qwen3_8b_rocm_ablation/run.py \
--output-dir /tmp/rocm-attention-ablation \
-- bash /path/to/vime/scripts/run-qwen3-8B-rocm.sh
```

## Execute the full matrix

```bash
python examples/vime_qwen3_8b_rocm_ablation/run.py \
--run \
--output-dir /tmp/rocm-attention-ablation \
-- bash /path/to/vime/scripts/run-qwen3-8B-rocm.sh
```
## Run contract

Use `--case R/R` (repeatable) to run a subset while debugging. The final
acceptance run should execute all four cells.
Use the shared runbook for the dry-run and full-matrix commands. `--case R/R`
is repeatable for debugging a subset; the final acceptance run should execute
all four cells.

## Evidence and pass boundary

Expand Down
83 changes: 0 additions & 83 deletions examples/vime_qwen3_8b_tp2_cp2/README.md

This file was deleted.

101 changes: 0 additions & 101 deletions examples/vime_qwen3_8b_tp2_cp2/aligned_python_entrypoint.sh

This file was deleted.

43 changes: 0 additions & 43 deletions examples/vime_qwen3_8b_tp2_cp2/qwen3_8b_tp2_cp2.json

This file was deleted.

Loading
Loading