8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our 8000 documentation.
There was an error while loading. Please reload this page.
1 parent ffa8121 commit 3e77eeaCopy full SHA for 3e77eea
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