Spaces:
Paused
Paused
Commit
·
62752ff
1
Parent(s):
c7792ac
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ RUN git clone https://huggingface.co/bigcode/gpt_bigcode-santacoder
|
|
20 |
RUN python ggml/examples/starcoder/convert-hf-to-ggml.py ./gpt_bigcode-santacoder/
|
21 |
RUN cd ggml/build && make -j4 starcoder starcoder-quantize
|
22 |
|
23 |
-
RUN ggml/build/bin/starcoder-quantize models/./gpt_bigcode-santacoder/-ggml.bin ggml-model-
|
24 |
|
25 |
COPY . .
|
26 |
|
|
|
20 |
RUN python ggml/examples/starcoder/convert-hf-to-ggml.py ./gpt_bigcode-santacoder/
|
21 |
RUN cd ggml/build && make -j4 starcoder starcoder-quantize
|
22 |
|
23 |
+
RUN ggml/build/bin/starcoder-quantize models/./gpt_bigcode-santacoder/-ggml.bin ggml-model-q4_0.bin 2
|
24 |
|
25 |
COPY . .
|
26 |
|