Skip to content

Commit

Permalink
replace LLAMA_CUBLAS with GGML_CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Oct 15, 2024
1 parent 58c396f commit 1997565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ WORKDIR /llama-cpp-python
COPY pyproject.toml .
COPY poetry.lock .

ENV CMAKE_ARGS="-DLLAMA_CUBLAS=on"
ENV CMAKE_ARGS="-DGGML_CUDA=on"
RUN pip3.11 install poetry && \
scl enable gcc-toolset-12 -- poetry install

Expand Down

0 comments on commit 1997565

Please sign in to comment.