File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 unit_tests :
9- runs-on : ubuntu-latest
9+ runs-on : 4-core- ubuntu-gpu-t4
1010 timeout-minutes : 15
1111 strategy :
1212 matrix :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Update pip
2525 run : python -m pip install --upgrade pip
26+ - name : Check CUDA version
27+ run : |
28+ nvcc --version
29+ nvidia-smi
2630 - name : Install pytorch
27- run : python -m pip install torch==2.9.0.dev20250826 --extra- index-url https://download.pytorch.org/whl/nightly/cpu
31+ run : python -m pip install --pre torch torchvision -- index-url https://download.pytorch.org/whl/nightly/cu126
2832 - name : Install monarch
2933 run : python -m pip install monarch-no-torch==0.1.0.dev20250826 --find-links assets/ci
3034 - name : Install torchstore
You can’t perform that action at this time.
0 commit comments