mzwing commited on
Commit
401491a
1 Parent(s): a626c9a
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN aria2c -c -x16 https://github.com/MZWNET/actions/releases/download/llama_cpp
21
  && chmod +x ./server \
22
  && rm -rf llama-$LLAMA_CPP_VERSION-bin-linux-avx2-intel-mkl-x64.zip llama.cpp
23
 
24
- RUN aria2c -c -x16 https://huggingface.co/mzwing/AquilaChat2-7B-16K-GGUF/resolve/main/AquilaChat2-7B-16K.Q4_K_M.gguf?download=true -o AquilaChat2-7B-16K.Q3_K_L.gguf
25
 
26
  COPY --chown=user start.sh .
27
 
 
21
  && chmod +x ./server \
22
  && rm -rf llama-$LLAMA_CPP_VERSION-bin-linux-avx2-intel-mkl-x64.zip llama.cpp
23
 
24
+ RUN aria2c -c -x16 https://huggingface.co/mzwing/AquilaChat2-7B-16K-GGUF/resolve/main/AquilaChat2-7B-16K.Q3_K_L.gguf?download=true -o AquilaChat2-7B-16K.Q3_K_L.gguf
25
 
26
  COPY --chown=user start.sh .
27