Skip to content

Commit fe38569

Browse files
committed
Fix DocSum rebase
Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
1 parent 3de7c08 commit fe38569

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

helm-charts/docsum/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,14 @@ llm-uservice:
6767
# To override values in tgi/vllm subcharts
6868
tgi:
6969
enabled: true
70+
MAX_INPUT_LENGTH: "1024"
71+
MAX_TOTAL_TOKENS: "2048"
7072
LLM_MODEL_ID: Intel/neural-chat-7b-v3-3
7173
vllm:
7274
enabled: false
73-
LLM_MODEL_ID: Intel/neural-chat-7b-v3-3
7475
MAX_INPUT_LENGTH: "1024"
7576
MAX_TOTAL_TOKENS: "2048"
77+
LLM_MODEL_ID: Intel/neural-chat-7b-v3-3
7678

7779
# Use docsum gradio UI
7880
nginx:

0 commit comments

Comments
 (0)