mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-03-10 11:10:27 -04:00
fix(llm): correct annotations definitions
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -73,7 +73,7 @@ class LLM(Generic[M, T]):
|
||||
serialisation: LiteralSerialisation = ...,
|
||||
trust_remote_code: bool = ...,
|
||||
embedded: bool = ...,
|
||||
torch_dtype: Dtype = ...,
|
||||
dtype: Dtype = ...,
|
||||
low_cpu_mem_usage: bool = ...,
|
||||
**attrs: Any,
|
||||
) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user