mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-24 07:17:53 -05:00
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> Signed-off-by: paperspace <29749331+aarnphm@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
7 lines
261 B
Python
7 lines
261 B
Python
from __future__ import annotations
|
|
|
|
model = '{__model_name__}' # openllm: model name
|
|
model_id = '{__model_id__}' # openllm: model id
|
|
model_tag = '{__model_tag__}' # openllm: model tag
|
|
adapter_map = '''{__model_adapter_map__}''' # openllm: model adapter map
|