Skip to content

Commit

Permalink
remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyboyBrian committed Sep 17, 2024
1 parent 8894f00 commit 48a3612
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nexa/gguf/server/nexa_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
from nexa.constants import (
NEXA_RUN_CHAT_TEMPLATE_MAP,
NEXA_RUN_COMPLETION_TEMPLATE_MAP,
NEXA_RUN_MODEL_MAP_TEXT,
NEXA_RUN_MODEL_MAP_IMAGE,
NEXA_RUN_MODEL_PRECISION_MAP,
NEXA_RUN_MODEL_MAP_FUNCTION_CALLING,
NEXA_RUN_MODEL_MAP_VOICE,
)
from nexa.gguf.lib_utils import is_gpu_available
from nexa.gguf.llama._utils_transformers import suppress_stdout_stderr
Expand Down

0 comments on commit 48a3612

Please sign in to comment.