From e6a6808b3e2c96276031e86825d7fd63b386f6fd Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Fri, 27 Sep 2024 20:35:08 +0900 Subject: [PATCH] chore: update `repo_branch` to `test-new-chat-model` Signed-off-by: Xin Liu --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0e00083..d49f36c 100644 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ target=$(uname -m) # represents the directory where the script is located cwd=$(pwd) -repo_branch="main" +repo_branch="test-new-chat-model" version="0.4.5" rag_api_server_version="0.9.7" llama_api_server_version="0.14.7"