File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ COPY . .
21
21
# Set nvcc architecture
22
22
ENV CUDA_DOCKER_ARCH=${CUDA_DOCKER_ARCH}
23
23
# Enable cuBLAS
24
- ENV WHISPER_CUBLAS =1
24
+ ENV GGML_CUDA =1
25
25
26
26
RUN make
27
27
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ARG CUDA_DOCKER_ARCH=all
14
14
# Set nvcc architecture
15
15
ENV CUDA_DOCKER_ARCH=${CUDA_DOCKER_ARCH}
16
16
# Enable cuBLAS
17
- ENV WHISPER_CUBLAS =1
17
+ ENV GGML_CUDA =1
18
18
19
19
RUN apt-get update && \
20
20
apt-get install -y build-essential \
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ jobs:
481
481
run : >
482
482
cmake -S . -B ./build -A ${{ matrix.arch }}
483
483
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
484
- -DWHISPER_CUDA =${{ matrix.cublas }}
484
+ -DGGML_CUDA =${{ matrix.cublas }}
485
485
-DWHISPER_SDL2=${{ matrix.sdl2 }}
486
486
487
487
- name : Build ${{ matrix.cuda-toolkit }}
You can’t perform that action at this time.
0 commit comments