diff --git a/gaianet b/gaianet index 4a76105..d3f38dc 100755 --- a/gaianet +++ b/gaianet @@ -4,11 +4,11 @@ set -e # version of CLI tool # Note that the version should kept same as the version of installer -version="0.4.17" +version="0.4.18" # version of the GaiaNet node # Note that the version should kept same as the version of installer -installer_version="0.4.17" +installer_version="0.4.18" # path to the default gaianet base directory. It could be changed by the --base option gaianet_base_dir="$HOME/gaianet" diff --git a/install.sh b/install.sh index 515e323..f9aea6e 100644 --- a/install.sh +++ b/install.sh @@ -9,11 +9,11 @@ target=$(uname -m) cwd=$(pwd) repo_branch="main" -version="0.4.17" -rag_api_server_version="0.13.0" -llama_api_server_version="0.16.2" +version="0.4.18" +rag_api_server_version="0.13.3" +llama_api_server_version="0.16.5" wasmedge_version="0.14.1" -ggml_bn="b4466" +ggml_bn="b4623" vector_version="0.38.0" dashboard_version="v3.1" assistant_version="0.4.1" diff --git a/uninstall.sh b/uninstall.sh index 8bf4b3e..e8322a5 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -5,7 +5,7 @@ set -e # path to the default gaianet base directory. It could be changed by the --base option gaianet_base_dir="$HOME/gaianet" -version="v0.4.17" +version="v0.4.18" # print in red color RED=$'\e[0;31m'