Orion-zhen commited on
Commit
87d039f
·
verified ·
1 Parent(s): 7860305

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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)