Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
c0ad874a
Commit
c0ad874a
authored
Apr 08, 2024
by
Matthew Douglas
Browse files
Build workflow: Add CUDA 12.4 to build matrix
parent
0c64a0d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+1
-1
No files found.
.github/workflows/python-package.yml
View file @
c0ad874a
...
...
@@ -63,7 +63,7 @@ jobs:
os
:
[
ubuntu-latest
,
windows-latest
]
arch
:
[
x86_64
,
aarch64
]
cuda_version
:
[
"
11.7.1"
,
"
11.8.0"
,
"
12.0.1"
,
"
12.1.1"
,
"
12.2.2"
,
"
12.3.2"
]
[
"
11.7.1"
,
"
11.8.0"
,
"
12.0.1"
,
"
12.1.1"
,
"
12.2.2"
,
"
12.3.2"
,
"
12.4.0"
]
exclude
:
-
os
:
windows-latest
# This probably requires arm64 Windows agents
arch
:
aarch64
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment