Skip to content

Commit c069ad0

Browse files
committed
use monarch rc
1 parent 64cdc8e commit c069ad0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/gpu_test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ jobs:
4747
run: |
4848
python -m pip install -r .github/packaging/vllm_reqs.txt
4949
python -m pip install vllm==0.10.1.dev0+g6d8d0a24c.d20251009.cu129 --no-cache-dir --index-url https://download.pytorch.org/whl/preview/forge
50-
- name: Download and install monarch and its dependencies
51-
run: |
52-
python -m pip install -r https://raw.githubusercontent.com/meta-pytorch/monarch/main/requirements.txt
53-
python -m pip install torchmonarch --extra-index-url https://download.pytorch.org/whl/preview/forge
50+
- name: Install Monarch
51+
run: pip install torchmonarch==0.1.0rc1
5452
- name: Install torchtitan and torchstore
5553
run: |
5654
python -m pip install git+https://github.com/pytorch/torchtitan.git

0 commit comments

Comments
 (0)