chenhaodev commited on
Commit
e876a6b
1 Parent(s): 9fac605

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -21,7 +21,6 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
21
 
22
  # Download model
23
  RUN MODEL_NAME_FILE=$(echo ${MODEL#*/} | tr '[:upper:]' '[:lower:]' | sed 's/-gguf$//') && \
24
- #wget https://huggingface.co/gguf/Smaug-34B-v0.1-GGUF/resolve/main/smaug-34b-v0.1.Q4_K_M.gguf -O model.gguf
25
  wget https://huggingface.co/gguf/Smaug-34B-v0.1-GGUF/resolve/main/smaug-34b-v0.1.Q2_K.gguf -O model.gguf
26
 
27
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
 
21
 
22
  # Download model
23
  RUN MODEL_NAME_FILE=$(echo ${MODEL#*/} | tr '[:upper:]' '[:lower:]' | sed 's/-gguf$//') && \
 
24
  wget https://huggingface.co/gguf/Smaug-34B-v0.1-GGUF/resolve/main/smaug-34b-v0.1.Q2_K.gguf -O model.gguf
25
 
26
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user