4 lines
123 B
Python
4 lines
123 B
Python
# Copyright (c) ModelScope Contributors. All rights reserved.
|
|
from .llm_infer import LLMInfer
|
|
from .runtime import Runtime
|