Spaces:
Paused
Paused
Commit
·
43b53db
1
Parent(s):
338be58
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ COPY . .
|
|
18 |
|
19 |
RUN ls -al
|
20 |
|
21 |
-
CMD python3
|
|
|
18 |
|
19 |
RUN ls -al
|
20 |
|
21 |
+
CMD python3 llama-cpp-python/llama_cpp/server --model wizardLM-7B-GGML/wizardLM-7B.ggml.q5_1.bin
|