Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
f3e8cbb2
Unverified
Commit
f3e8cbb2
authored
Jan 28, 2025
by
Johnny
Committed by
GitHub
Jan 28, 2025
Browse files
Blackwell binaries! (#1491)
* blackwell * blackwell * Update python-package.yml
parent
410e79dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+3
-3
No files found.
.github/workflows/python-package.yml
View file @
f3e8cbb2
...
@@ -64,7 +64,7 @@ jobs:
...
@@ -64,7 +64,7 @@ jobs:
os
:
[
ubuntu-latest
,
windows-latest
]
os
:
[
ubuntu-latest
,
windows-latest
]
arch
:
[
x86_64
,
aarch64
]
arch
:
[
x86_64
,
aarch64
]
cuda_version
:
cuda_version
:
[
"
11.7.1"
,
"
11.8.0"
,
"
12.0.1"
,
"
12.1.1"
,
"
12.2.2"
,
"
12.3.2"
,
"
12.4.1"
,
"
12.5.1"
,
"
12.6.
2
"
]
[
"
11.7.1"
,
"
11.8.0"
,
"
12.0.1"
,
"
12.1.1"
,
"
12.2.2"
,
"
12.3.2"
,
"
12.4.1"
,
"
12.5.1"
,
"
12.6.
3"
,
"
12.8.0
"
]
exclude
:
exclude
:
-
os
:
windows-latest
# This probably requires arm64 Windows agents
-
os
:
windows-latest
# This probably requires arm64 Windows agents
arch
:
aarch64
arch
:
aarch64
...
@@ -76,9 +76,9 @@ jobs:
...
@@ -76,9 +76,9 @@ jobs:
# Linux: We use Docker to build cross platform Cuda (aarch64 is built in emulation)
# Linux: We use Docker to build cross platform Cuda (aarch64 is built in emulation)
-
name
:
Set up Docker multiarch
-
name
:
Set up Docker multiarch
if
:
startsWith(matrix.os, 'ubuntu')
if
:
startsWith(matrix.os, 'ubuntu')
uses
:
docker/setup-qemu-action@v
2
uses
:
docker/setup-qemu-action@v
3
# Windows: We install Cuda on the agent (slow)
# Windows: We install Cuda on the agent (slow)
-
uses
:
Jimver/cuda-toolkit@v0.2.1
9
-
uses
:
Jimver/cuda-toolkit@v0.2.
2
1
if
:
startsWith(matrix.os, 'windows')
if
:
startsWith(matrix.os, 'windows')
id
:
cuda-toolkit
id
:
cuda-toolkit
with
:
with
:
...
...
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