File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 run : |
2525 srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash -c '
2626 uv sync --locked --extra advanced \
27- --extra stat --extra gpu-cu128 \
27+ --extra stat --extra gpu-cu12 \
2828 --extra deep-cu128 --all-groups
2929 '
3030 echo "done!"
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ dev-install_uv:
5454
5555dev-install_uvcu126 :
5656 make uvcheck
57- $(UV ) sync --locked --extra advanced --extra stat --extra gpu-cu126 --extra deep-cu126 --all-groups
57+ $(UV ) sync --locked --extra advanced --extra stat --extra gpu-cu12 --extra deep-cu126 --all-groups
5858
5959dev-install_uvcu128 :
6060 make uvcheck
61- $(UV ) sync --locked --extra advanced --extra stat --extra gpu-cu128 --extra deep-cu128 --all-groups
61+ $(UV ) sync --locked --extra advanced --extra stat --extra gpu-cu12 --extra deep-cu128 --all-groups
6262
6363dev-install_uvcu13 :
6464 make uvcheck
You can’t perform that action at this time.
0 commit comments