Skip to content

Commit

Permalink
chore: update install.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Dec 19, 2024
1 parent 3f8cc8d commit c1f3b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ if [ -d "$gaianet_base_dir" ]; then
# check if context_window is present in config.json
if ! grep -q '"context_window":' $gaianet_base_dir/config.json; then
sed_in_place '2i\
"context_window": "1",
"context_window": "1",
' "$gaianet_base_dir/config.json"
fi

Expand Down

0 comments on commit c1f3b4e

Please sign in to comment.