Spaces:
Sleeping
Sleeping
daniellefranca96
commited on
Commit
·
c828cec
1
Parent(s):
b64bd65
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ COPY ./open-llama-3b-v2-wizard-evol-instuct-v2-196k.Q4_K_M.gguf ./code/open-llam
|
|
10 |
COPY ./phi-2.Q4_K_M.gguf ./code/phi-2.Q4_K_M.gguf
|
11 |
COPY ./stablelm-zephyr-3b.Q4_K_M.gguf ./code/stablelm-zephyr-3b.Q4_K_M.gguf
|
12 |
COPY ./tinyllama-1.1b-1t-openorca.Q4_K_M.gguf ./code/tinyllama-1.1b-1t-openorca.Q4_K_M.gguf
|
13 |
-
COPY ./tinyllama-1.1b-chat-
|
14 |
|
15 |
RUN mkdir -p /code/.cache && chmod -R 777 /code/.cache
|
16 |
|
|
|
10 |
COPY ./phi-2.Q4_K_M.gguf ./code/phi-2.Q4_K_M.gguf
|
11 |
COPY ./stablelm-zephyr-3b.Q4_K_M.gguf ./code/stablelm-zephyr-3b.Q4_K_M.gguf
|
12 |
COPY ./tinyllama-1.1b-1t-openorca.Q4_K_M.gguf ./code/tinyllama-1.1b-1t-openorca.Q4_K_M.gguf
|
13 |
+
COPY ./tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf ./code/tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf
|
14 |
|
15 |
RUN mkdir -p /code/.cache && chmod -R 777 /code/.cache
|
16 |
|