mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-21 05:49:50 -05:00
fix: import nbformat for playground
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -9,6 +9,7 @@ import tempfile
|
||||
import typing as t
|
||||
|
||||
import click
|
||||
import nbformat
|
||||
import yaml
|
||||
|
||||
from openllm import playground
|
||||
@@ -19,7 +20,6 @@ from openllm_core.utils import is_notebook_available
|
||||
|
||||
if t.TYPE_CHECKING:
|
||||
import jupytext
|
||||
import nbformat
|
||||
|
||||
from openllm_core._typing_compat import DictStrAny
|
||||
|
||||
|
||||
Reference in New Issue
Block a user