Skip to content

Commit 3e4fa70

Browse files
committed
build: use CUDA 12.6 to reduce output file size
1 parent 099e878 commit 3e4fa70

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy_github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
working-directory: ./build-recipes
4747
run: |
4848
# Install torch with CUDA support
49-
# Select torch >= 2.9 to reduce output file size
50-
pip install "torch>=2.9" torchvision --index-url https://download.pytorch.org/whl/cu129
49+
# Select torch >= 2.9 and CUDA 12.6 to reduce output file size
50+
pip install "torch>=2.9" torchvision --index-url https://download.pytorch.org/whl/cu126
5151
pip install -r win_build_requirements.txt
5252
pyinstaller -y --log-level=WARN win_ChipStream.spec
5353
dir

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
0.9.5
22
- docs: list more software in Help/Software menu
3+
- build: use CUDA 12.6 to reduce output file size
34
0.9.4
45
- build: force usage of torch >= 2.9 to reduce artifact size
56
0.9.3

0 commit comments

Comments
 (0)