File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2727 run : python -m pip install torch==2.9.0.dev20250826 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
2828 - name : Install monarch
2929 run : python -m pip install monarch-no-torch==0.1.0.dev20250826 --find-links assets/ci
30+ - name : Install torchstore
31+ run : |
32+ eval "$(ssh-agent -s)"
33+ ssh-add - <<< '${{ secrets.FORGE_GITHUB_CI_FOR_TORCHSTORE }}'
34+ python -m pip install git+ssh://[email protected] /meta-pytorch/torchstore.git 3035 - name : Install dependencies
31- run : python -m pip install --no-build-isolation ".[dev]"
36+ run : python -m pip install --no-build-isolation -e ".[dev]"
3237 - name : Run unit tests with coverage
3338 # TODO add all tests
3439 run : pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ dependencies = [
1313 # PyTorch
1414 " torchdata>=0.8.0" ,
1515 " torchtitan" ,
16- " tyro" , # temp dep that titan needs
1716 # vLLM
1817 # TODO: pin specific vllm version
1918 # "vllm==0.10.0",
You can’t perform that action at this time.
0 commit comments