From 80891d15917fb580fb1c9319d7556064227530f4 Mon Sep 17 00:00:00 2001 From: qingfengfenga Date: Mon, 5 Jun 2023 11:06:18 +0800 Subject: [PATCH] Update REAMDE.md (#1673) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cd4e59d1..68b40763d 100644 --- a/README.md +++ b/README.md @@ -663,8 +663,9 @@ or with a light image: docker run -v /path/to/models:/models ghcr.io/ggerganov/llama.cpp:light -m /models/7B/ggml-model-q4_0.bin -p "Building a website can be done in 10 simple steps:" -n 512 ``` If you want to use Chinese model, use this command. +> more options [#1673](https://github.com/ggerganov/llama.cpp/pull/1673) ``` -docker run -v /path/to/models:/models -e LC_ALL=zh_CN.utf8 ghcr.io/ggerganov/llama.cpp:full --run -m /models/7B/ggml-model-q4_0.bin -p "Building a website can be done in 10 simple steps:" -n 512 +docker run -v /path/to/models:/models -e LANG=C.utf8 ghcr.io/ggerganov/llama.cpp:full --run -m /models/7B/ggml-model-q4_0.bin -p "Building a website can be done in 10 simple steps:" -n 512 ``` ### Contributing