Update run.sh
Browse files
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=
|
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
|