Skip to content

Commit

Permalink
fix server issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuan8 committed Aug 22, 2024
1 parent 0d339b1 commit 806bde0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nexa/gguf/server/nexa_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 806bde0

Please sign in to comment.