Skip to content

Commit 61a7889

Browse files
committed
fix: fixed optional dep name for cupy in uv
1 parent a60a326 commit 61a7889

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildcupy1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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!"

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ dev-install_uv:
5454

5555
dev-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

5959
dev-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

6363
dev-install_uvcu13:
6464
make uvcheck

0 commit comments

Comments
 (0)