File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
55# version of CLI tool
66# Note that the version should kept same as the version of installer
7- version=" 0.4.25 "
7+ version=" 0.4.26 "
88
99# version of the GaiaNet node
1010# Note that the version should kept same as the version of installer
11- installer_version=" 0.4.25 "
11+ installer_version=" 0.4.26 "
1212
1313# path to the default gaianet base directory. It could be changed by the --base option
1414gaianet_base_dir=" $HOME /gaianet"
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ target=$(uname -m)
99cwd=$( pwd)
1010
1111repo_branch=" main"
12- version=" 0.4.25 "
13- rag_api_server_version=" 0.13.13 "
14- llama_api_server_version=" 0.16.14 "
12+ version=" 0.4.26 "
13+ rag_api_server_version=" 0.13.14 "
14+ llama_api_server_version=" 0.16.15 "
1515wasmedge_version=" 0.14.1"
16- ggml_bn=" b4917 "
16+ ggml_bn=" b5074 "
1717vector_version=" 0.38.0"
1818dashboard_version=" v3.1"
1919assistant_version=" 0.4.3"
Original file line number Diff line number Diff line change 55# path to the default gaianet base directory. It could be changed by the --base option
66gaianet_base_dir=" $HOME /gaianet"
77
8- version=" v0.4.25 "
8+ version=" v0.4.26 "
99
1010# print in red color
1111RED=$' \e [0;31m'
You can’t perform that action at this time.
0 commit comments