Added Initial version of DocSum support for benchmarking scripts for OPEA (#1840)
Signed-off-by: Valtteri Rantala <valtteri.rantala@intel.com> Co-authored-by: Liang Lv <liang1.lv@intel.com> Co-authored-by: ZePan110 <ze.pan@intel.com>
This commit is contained in:
@@ -177,6 +177,8 @@ def configure_models(values, deploy_config):
|
||||
values[service_name]["EMBEDDING_MODEL_ID"] = model_id
|
||||
elif service_name == "teirerank":
|
||||
values[service_name]["RERANK_MODEL_ID"] = model_id
|
||||
elif service_name == "llm-uservice":
|
||||
values[service_name]["LLM_MODEL_ID"] = model_id
|
||||
|
||||
return values
|
||||
|
||||
|
||||
Reference in New Issue
Block a user