Skip to content

Commit

Permalink
Fix: use MAX_WARMUP_SEQUENCE_LENGTH for both tei & teirerank
Browse files Browse the repository at this point in the history
Max input length applies to both, so teirerank needs also max warmup length.

Fixes: opea-project#483

Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
  • Loading branch information
eero-t committed Oct 18, 2024
1 parent 7e7b8ab commit c92afa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm-charts/common/teirerank/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ data:
{{- if .Values.global.HF_ENDPOINT }}
HF_ENDPOINT: {{ .Values.global.HF_ENDPOINT | quote}}
{{- end }}
MAX_WARMUP_SEQUENCE_LENGTH: "512"

0 comments on commit c92afa7

Please sign in to comment.