File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ target=$(uname -m)
88# represents the directory where the script is located
99cwd=$( pwd)
1010
11- repo_branch=" main "
11+ repo_branch=" test-nexus-0.1.2 "
1212version=" 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 "
1515wasmedge_version=" 0.14.1"
1616ggml_bn=" b5896"
1717vector_version=" 0.38.0"
588588# 7. Download LlamaEdge API server
589589printf " [+] 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
594594info " 👍 Done! The llama-api-server.wasm is downloaded in $gaianet_base_dir "
595595
You can’t perform that action at this time.
0 commit comments