We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504461b commit 772f015Copy full SHA for 772f015
fastdeploy/entrypoints/engine_client.py
@@ -61,8 +61,6 @@ def __init__(
61
workers=1,
62
tool_parser=None,
63
):
64
- import fastdeploy.model_executor.models # noqa: F401
65
-
66
architectures = ModelConfig({"model": model_name_or_path}).architectures[0]
67
if MultimodalRegistry.contains_model(architectures):
68
self.enable_mm = True
0 commit comments