From 94e3d5f4dcad35b3dd976450052b25e08cf689cb Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Wed, 9 Oct 2024 21:43:13 +0900 Subject: [PATCH] refactor: update `repo_branch` Signed-off-by: Xin Liu --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5c60e25..6309c14 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="feat-new-assistant" version="0.4.6" rag_api_server_version="0.9.9" llama_api_server_version="0.14.9"