Each module should have its own plugins_loaded (#4164)

This commit is contained in:
Yuanle Liu
2025-09-19 14:06:10 +08:00
committed by GitHub
parent ddf5606263
commit a685e5ad35
3 changed files with 4 additions and 4 deletions

View File

@@ -19,8 +19,6 @@ from typing import Any, Callable
from fastdeploy import envs
from fastdeploy.utils import llm_logger as logger
plugins_loaded = False
def load_plugins_by_group(group: str) -> dict[str, Callable[[], Any]]:
import sys