We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LLAMA_
GGML_
1 parent 0b1a8d8 commit 8297a0dCopy full SHA for 8297a0d
docker/openblas_simple/Dockerfile
@@ -12,7 +12,7 @@ RUN apt update && apt install -y libopenblas-dev ninja-build build-essential pkg
12
13
RUN python -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings starlette-context
14
15
-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
16
17
# Run the server
18
CMD python3 -m llama_cpp.server
0 commit comments