File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# version of CLI tool
6
6
# Note that the version should kept same as the version of installer
7
- version=" 0.4.26 "
7
+ version=" 0.4.27 "
8
8
9
9
# version of the GaiaNet node
10
10
# Note that the version should kept same as the version of installer
11
- installer_version=" 0.4.26 "
11
+ installer_version=" 0.4.27 "
12
12
13
13
# path to the default gaianet base directory. It could be changed by the --base option
14
14
gaianet_base_dir=" $HOME /gaianet"
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ target=$(uname -m)
9
9
cwd=$( pwd)
10
10
11
11
repo_branch=" main"
12
- version=" 0.4.26 "
13
- rag_api_server_version=" 0.13.14 "
14
- llama_api_server_version=" 0.16.15 "
12
+ version=" 0.4.27 "
13
+ rag_api_server_version=" 0.13.15 "
14
+ llama_api_server_version=" 0.16.16 "
15
15
wasmedge_version=" 0.14.1"
16
16
ggml_bn=" b5074"
17
17
vector_version=" 0.38.0"
Original file line number Diff line number Diff line change 5
5
# path to the default gaianet base directory. It could be changed by the --base option
6
6
gaianet_base_dir=" $HOME /gaianet"
7
7
8
- version=" v0.4.26 "
8
+ version=" v0.4.27 "
9
9
10
10
# print in red color
11
11
RED=$' \e [0;31m'
You can’t perform that action at this time.
0 commit comments