limcheekin
commited on
Commit
·
f112f68
1
Parent(s):
1dd7ff1
feat: updated to orca_mini_v3_13b.ggmlv3.q5_K_S model
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN pip install -U pip setuptools wheel && \
|
|
14 |
|
15 |
# Download model
|
16 |
RUN mkdir model && \
|
17 |
-
curl -L https://huggingface.co/TheBloke/
|
18 |
|
19 |
COPY ./start_server.sh ./start_server.sh
|
20 |
|
|
|
14 |
|
15 |
# Download model
|
16 |
RUN mkdir model && \
|
17 |
+
curl -L https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q5_K_S.bin -o model/ggmlv3-model.bin
|
18 |
|
19 |
COPY ./start_server.sh ./start_server.sh
|
20 |
|