Update run.sh
Browse files
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=
|
13 |
fi
|
14 |
|
15 |
if [ -z "$embedding_ctx_size" ]; then
|
16 |
-
embedding_ctx_size=
|
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
|