Skip to content

Commit 917d6d3

Browse files
committed
rearrange
1 parent 3318ee6 commit 917d6d3

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/unit_test.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ jobs:
5050
python -m pip install --upgrade pip
5151
5252
# Install pytorch
53-
python -m pip install torch==2.9.0.dev20250826 --extra-index-url https://download.pytorch.org/whl/nightly/cu126
5453
54+
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126 --force-reinstall
55+
# Install torchtitan
56+
57+
python -m pip install --pre torchtitan --index-url https://download.pytorch.org/whl/nightly/cu126 --force-reinstall
5558
# Install monarch
5659
python -m pip install monarch-no-torch==0.1.0.dev20250826 --find-links assets/ci
5760
@@ -68,15 +71,6 @@ jobs:
6871
ssh-add torchstore_ssh_key
6972
python -m pip install git+ssh://[email protected]/meta-pytorch/torchstore.git
7073
71-
# torchtitan requires tomli>=1.1.0
72-
pip install "tomli>=1.1.0"
73-
74-
# check if we have the correct version of tomli installed
75-
pip freeze | grep tomli
76-
77-
# Install torchtitan
78-
pip install --pre torchtitan --index-url https://download.pytorch.org/whl/nightly/cu126
79-
8074
# Install dependencies
8175
python -m pip install --no-build-isolation -e ".[dev]"
8276

0 commit comments

Comments
 (0)