diff --git a/nexa/gguf/server/nexa_service.py b/nexa/gguf/server/nexa_service.py index 2f4cd76a..56c19636 100644 --- a/nexa/gguf/server/nexa_service.py +++ b/nexa/gguf/server/nexa_service.py @@ -25,13 +25,12 @@ NEXA_RUN_MODEL_MAP_VOICE, ) from nexa.gguf.lib_utils import is_gpu_available -from nexa.utils import suppress_stdout_stderr +from nexa.gguf.llama._utils_transformers import suppress_stdout_stderr from nexa.general import pull_model from nexa.gguf.llama.llama import Llama from nexa.gguf.sd.stable_diffusion import StableDiffusion from faster_whisper import WhisperModel import argparse - logging.basicConfig(level=logging.INFO) app = FastAPI()