chenhaodev commited on
Commit
d5d2c27
1 Parent(s): 66c1b2e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
15
 
16
  # Download model
17
  RUN MODEL_NAME_FILE=$(echo ${MODEL#*/} | tr '[:upper:]' '[:lower:]' | sed 's/-gguf$//') && \
18
- wget https://huggingface.co/mlabonne/Beyonder-4x7B-v2-GGUF/resolve/main/beyonder-4x7b-v2.Q4_K_M.gguf -O model.gguf
19
 
20
  # Copy the rest of your application
21
  COPY . .
 
15
 
16
  # Download model
17
  RUN MODEL_NAME_FILE=$(echo ${MODEL#*/} | tr '[:upper:]' '[:lower:]' | sed 's/-gguf$//') && \
18
+ wget https://huggingface.co/TheBloke/Beyonder-4x7B-v2-GGUF/resolve/main/beyonder-4x7b-v2.Q3_K_M.gguf -O model.gguf
19
 
20
  # Copy the rest of your application
21
  COPY . .