File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments