mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-22 14:31:26 -05:00
XXX: @aarnphm to solve build isolation when have bandwidth. Currently this is not a problem when running locally. `openllm build` just works, where as `openllm.build` won't work sequentially. Address some type stubs for jupytext Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
8 lines
140 B
Python
Generated
8 lines
140 B
Python
Generated
from typing import Any
|
|
|
|
from ._struct import Struct
|
|
|
|
class NotebookNode(Struct): ...
|
|
|
|
def from_dict(d: dict[str, Any]) -> NotebookNode: ...
|