We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099e878 commit 3e4fa70Copy full SHA for 3e4fa70
2 files changed
.github/workflows/deploy_github.yml
@@ -46,8 +46,8 @@ jobs:
46
working-directory: ./build-recipes
47
run: |
48
# 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
+ # Select torch >= 2.9 and CUDA 12.6 to reduce output file size
+ pip install "torch>=2.9" torchvision --index-url https://download.pytorch.org/whl/cu126
51
pip install -r win_build_requirements.txt
52
pyinstaller -y --log-level=WARN win_ChipStream.spec
53
dir
CHANGELOG
@@ -1,5 +1,6 @@
1
0.9.5
2
- docs: list more software in Help/Software menu
3
+ - build: use CUDA 12.6 to reduce output file size
4
0.9.4
5
- build: force usage of torch >= 2.9 to reduce artifact size
6
0.9.3
0 commit comments