Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -48,6 +48,7 @@ RUN cmake -B build \
|
|
48 |
-DGGML_BLAS=ON \
|
49 |
-DGGML_BLAS_VENDOR=OpenBLAS \
|
50 |
-DGGML_NATIVE=ON \
|
|
|
51 |
-Wno-dev \
|
52 |
-DCMAKE_BUILD_TYPE=Release
|
53 |
RUN cmake --build build --config Release --target llama-server -j $(nproc)
|
|
|
48 |
-DGGML_BLAS=ON \
|
49 |
-DGGML_BLAS_VENDOR=OpenBLAS \
|
50 |
-DGGML_NATIVE=ON \
|
51 |
+
-DGGML_LLAMAFILE=ON \
|
52 |
-Wno-dev \
|
53 |
-DCMAKE_BUILD_TYPE=Release
|
54 |
RUN cmake --build build --config Release --target llama-server -j $(nproc)
|