zhengr commited on
Commit
8402078
·
verified ·
1 Parent(s): 9a0c48b

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -13,7 +13,7 @@ if [ -z "$chat_ctx_size" ]; then
13
  fi
14
 
15
  if [ -z "$embedding_ctx_size" ]; then
16
- embedding_ctx_size=8192
17
  fi
18
 
19
  if [ "$embedding_ctx_size" -eq "0" ]; then
 
13
  fi
14
 
15
  if [ -z "$embedding_ctx_size" ]; then
16
+ embedding_ctx_size=0
17
  fi
18
 
19
  if [ "$embedding_ctx_size" -eq "0" ]; then