update model name in docker

This commit is contained in:
James Ravenscroft 2023-04-10 09:18:04 +01:00
parent 949027ef65
commit 22b0f9664f

View File

@ -20,7 +20,7 @@ COPY --from=build /build/ggml/build/bin/codegen-serve /app/codegen-serve
ENV THREADS=4
ENV MODEL="/models/ggml-model-quant.bin"
ENV MODEL="/models/codegen-2B-multi-ggml-4bit-quant.bin"
COPY ./run.sh /app/