We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e57238 commit 8167194Copy full SHA for 8167194
Docker/cpu/cpu.Dockerfile
@@ -30,7 +30,7 @@ RUN python -m pip install --upgrade pip \
30
starlette-context==0.3.6
31
32
# Install llama-cpp-python (build with OpenBLAS)
33
-RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama_cpp_python --verbose
+RUN CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" pip install llama_cpp_python --verbose
34
35
# Expose the port
36
EXPOSE 8008
0 commit comments