Skip to content

Commit 8167194

Browse files
authored
Update llama_cpp_python build arguments in Dockerfile
1 parent 5e57238 commit 8167194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/cpu/cpu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN python -m pip install --upgrade pip \
3030
starlette-context==0.3.6
3131

3232
# Install llama-cpp-python (build with OpenBLAS)
33-
RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama_cpp_python --verbose
33+
RUN CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" pip install llama_cpp_python --verbose
3434

3535
# Expose the port
3636
EXPOSE 8008

0 commit comments

Comments
 (0)