Skip to content

Commit

Permalink
Make: Change compute level to 8.6 and multicore make to -j 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Wolf committed Jul 30, 2024
1 parent 9cd2bfd commit 993f641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WORKDIR /build
# Clone and build llama.cpp
RUN git clone https://github.com/ggerganov/llama.cpp && \
cd llama.cpp && \
CUDA_DOCKER_ARCH=compute_89 make GGML_CUDA=1
CUDA_DOCKER_ARCH=compute_86 make GGML_CUDA=1 -j 2


# Set the working directory
Expand Down

0 comments on commit 993f641

Please sign in to comment.