Skip to content

Commit f7e937a

Browse files
committed
chore: bump llama-api-server and gaia-nexus
Signed-off-by: Xin Liu <sam@secondstate.io>
1 parent 30084f9 commit f7e937a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

install.sh

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

11-
repo_branch="main"
11+
repo_branch="test-nexus-0.1.2"
1212
version="0.5.3"
13-
llama_api_server_version="0.24.0"
14-
gaia_nexus_version="0.1.1"
13+
llama_api_server_version="0.24.1"
14+
gaia_nexus_version="0.1.2"
1515
wasmedge_version="0.14.1"
1616
ggml_bn="b5896"
1717
vector_version="0.38.0"
@@ -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)