File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ target=$(uname -m)
88# represents the directory where the script is located
99cwd=$( pwd)
1010
11- repo_branch=" test-nexus-0.1.2 "
11+ repo_branch=" main "
1212version=" 0.5.3"
1313llama_api_server_version=" 0.24.1"
1414gaia_nexus_version=" 0.1.2"
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