Skip to content

Commit c9044c3

Browse files
committed
Install CUDA Toolkit in Windows releases
1 parent 6826193 commit c9044c3

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@ jobs:
165165
archive_path.unlink(missing_ok=True)
166166
shutil.rmtree(staging_dir, ignore_errors=True)
167167
168+
- name: Install CUDA Toolkit
169+
if: runner.os == 'Windows'
170+
uses: Jimver/cuda-toolkit@3d45d157f327c09c04b50ee6ccdea2d9d017ec76
171+
with:
172+
cuda: "13.1.0"
173+
168174
- name: Build release runner
169175
working-directory: flint
170176
env:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rs-flint"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "RustScript-native AI inference with Torch, llama.cpp, and stable-diffusion.cpp"

0 commit comments

Comments
 (0)