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 64cdc8e commit c069ad0Copy full SHA for c069ad0
.github/workflows/gpu_test.yaml
@@ -47,10 +47,8 @@ jobs:
47
run: |
48
python -m pip install -r .github/packaging/vllm_reqs.txt
49
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
+ - name: Install Monarch
+ run: pip install torchmonarch==0.1.0rc1
54
- name: Install torchtitan and torchstore
55
56
python -m pip install git+https://github.com/pytorch/torchtitan.git
0 commit comments