Skip to content

Commit 80ae8c6

Browse files
authored
Merge pull request #97 from grokuku/Holaf_tests
add blackwell for prebuild wheels
2 parents 4a847f5 + 4a8611a commit 80ae8c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV BASE_DIR=/config \
1414
# Set compiler and Torch/CUDA architecture for any potential runtime compilations
1515
ENV CC=/usr/bin/gcc-13
1616
ENV CXX=/usr/bin/g++-13
17-
ENV TORCH_CUDA_ARCH_LIST="8.0 8.6 8.7 8.9 9.0 9.0a 10"
17+
ENV TORCH_CUDA_ARCH_LIST="8.0 8.6 8.7 8.9 9.0 9.0a 10 12"
1818

1919
# --- System & Package Installation ---
2020
RUN apt-get update -q && \

Dockerfile.buildbase

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM nvidia/cuda:12.8.1-cudnn-devel-ubuntu24.04 AS builder
33

44
ENV DEBIAN_FRONTEND=noninteractive
55
ENV PIP_BREAK_SYSTEM_PACKAGES=1
6-
ENV TORCH_CUDA_ARCH_LIST="8.0 8.6 8.7 8.9 9.0 9.0a 10"
6+
ENV TORCH_CUDA_ARCH_LIST="8.0 8.6 8.7 8.9 9.0 9.0a 10 12"
77
ENV MAX_JOBS=8
88
WORKDIR /build
99

0 commit comments

Comments
 (0)