From 14c2199e3fd670816ce130e3b480aedb61b35773 Mon Sep 17 00:00:00 2001 From: Henry Chen <1474479+chenhunghan@users.noreply.github.com> Date: Thu, 17 Aug 2023 22:29:17 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e051476..01b4d62 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,8 @@ docker build --file ./Dockerfile -t ialacol . Run container ```sh -export DEFAULT_MODEL_HG_REPO_ID="rustformers/pythia-ggml" -export DEFAULT_MODEL_FILE="pythia-70m-q4_0.bin" +export DEFAULT_MODEL_HG_REPO_ID="TheBloke/orca_mini_3B-GGML" +export DEFAULT_MODEL_FILE="orca-mini-3b.ggmlv3.q4_0.bin" docker run --rm -it -p 8000:8000 \ -e DEFAULT_MODEL_HG_REPO_ID=$DEFAULT_MODEL_HG_REPO_ID \ -e DEFAULT_MODEL_FILE=$DEFAULT_MODEL_FILE ialacol -- GitLab