limcheekin commited on
Commit
0cde06b
1 Parent(s): 9ff8a21

chore: updated docker file for refact-1_6b-Q6_K.gguf

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN pip install -U pip setuptools wheel && \
15
 
16
  # Download model
17
  RUN mkdir model && \
18
- curl -L https://huggingface.co/imi1/refact-1.6B-fim-f16-GGUF/resolve/main/ggml-model-f16.gguf -o model/gguf-model.bin
19
 
20
  COPY ./start_server.sh ./
21
  COPY ./main.py ./
 
15
 
16
  # Download model
17
  RUN mkdir model && \
18
+ curl -L https://huggingface.co/oblivious/Refact-1.6B-fim-GGUF/resolve/main/refact-1_6b-Q6_K.gguf -o model/gguf-model.bin
19
 
20
  COPY ./start_server.sh ./
21
  COPY ./main.py ./