fix issues with optional dependencies (#204)
* fix issues with optional dependencies * format document * Tree: Format and comment
This commit is contained in:
parent
75af974c88
commit
3aeddc5255
9 changed files with 104 additions and 53 deletions
4
main.py
4
main.py
|
|
@ -17,10 +17,8 @@ from common.networking import is_port_in_use
|
|||
from common.signals import signal_handler
|
||||
from common.tabby_config import config
|
||||
from endpoints.server import start_api
|
||||
from endpoints.utils import do_export_openapi
|
||||
|
||||
if not do_export_openapi:
|
||||
from backends.exllamav2.utils import check_exllama_version
|
||||
from backends.exllamav2.version import check_exllama_version
|
||||
|
||||
|
||||
async def entrypoint_async():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue