Skip to content

Commit 8bd091e

Browse files
committed
chore: set repo_branch to main
Signed-off-by: Xin Liu <sam@secondstate.io>
1 parent f7e937a commit 8bd091e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target=$(uname -m)
88
# represents the directory where the script is located
99
cwd=$(pwd)
1010

11-
repo_branch="test-nexus-0.1.2"
11+
repo_branch="main"
1212
version="0.5.3"
1313
llama_api_server_version="0.24.1"
1414
gaia_nexus_version="0.1.2"
@@ -588,8 +588,8 @@ fi
588588
# 7. Download LlamaEdge API server
589589
printf "[+] Downloading LlamaEdge API server ...\n"
590590
# download llama-api-server.wasm
591-
check_curl https://github.com/LlamaEdge/LlamaEdge/releases/download/$llama_api_server_version/llama-api-server.wasm $gaianet_base_dir/llama-api-server.wasm
592-
# check_curl https://github.com/GaiaNet-AI/gaianet-node/releases/download/$version/llama-api-server.wasm $gaianet_base_dir/llama-api-server.wasm
591+
# check_curl https://github.com/LlamaEdge/LlamaEdge/releases/download/$llama_api_server_version/llama-api-server.wasm $gaianet_base_dir/llama-api-server.wasm
592+
check_curl https://github.com/GaiaNet-AI/gaianet-node/releases/download/$version/llama-api-server.wasm $gaianet_base_dir/llama-api-server.wasm
593593

594594
info " 👍 Done! The llama-api-server.wasm is downloaded in $gaianet_base_dir"
595595

0 commit comments

Comments
 (0)