mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-02-06 22:02:09 -05:00
infra: update docs on serving fine-tuning layers (#567)
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -396,6 +396,7 @@ def _RunnerFactory(self: openllm.LLM[M, T],
|
||||
yield 'llm_type', self.llm_type
|
||||
yield 'backend', backend
|
||||
yield 'llm_tag', self.tag
|
||||
def _get_adapter_map(_: LLMRunner[M, T]) -> ResolvedAdapterMap: return converter.unstructure(self.adapter_map)
|
||||
# yapf: enable
|
||||
|
||||
return types.new_class(self.__class__.__name__ + 'Runner', (bentoml.Runner,),
|
||||
|
||||
Reference in New Issue
Block a user