8000
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.
2 parents ffa8121 + 3e77eea commit d89bf8cCopy full SHA for d89bf8c
docker/openblas_simple/Dockerfile
@@ -9,7 +9,7 @@ COPY . .
9
RUN apt update && apt install -y libopenblas-dev ninja-build build-essential
10
RUN python -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings
11
12
-RUN LLAMA_OPENBLAS=1 pip install llama_cpp_python --verbose
+RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama_cpp_python --verbose
13
14
# Run the server
15
CMD python3 -m llama_cpp.server
0 commit comments