zhengr commited on
Commit
2e15bce
·
verified ·
1 Parent(s): 8dc3174

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +2 -2
run.sh CHANGED
@@ -9,11 +9,11 @@ chat_ctx_size=$4
9
  embedding_ctx_size=$5
10
 
11
  if [ -z "$chat_ctx_size" ]; then
12
- chat_ctx_size=512
13
  fi
14
 
15
  if [ -z "$embedding_ctx_size" ]; then
16
- embedding_ctx_size=256
17
  fi
18
 
19
  if [ "$embedding_ctx_size" -eq "0" ]; then
 
9
  embedding_ctx_size=$5
10
 
11
  if [ -z "$chat_ctx_size" ]; then
12
+ chat_ctx_size=8192
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