mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-28 18:21:42 +00:00
remove logging
- remove logging statements - format code with ruff
This commit is contained in:
@@ -10,10 +10,10 @@ from common.utils import unwrap
|
|||||||
has_infinity_emb: bool = False
|
has_infinity_emb: bool = False
|
||||||
try:
|
try:
|
||||||
from infinity_emb import EngineArgs, AsyncEmbeddingEngine
|
from infinity_emb import EngineArgs, AsyncEmbeddingEngine
|
||||||
|
|
||||||
has_infinity_emb = True
|
has_infinity_emb = True
|
||||||
logger.debug("Successfully imported infinity.")
|
|
||||||
except ImportError:
|
except ImportError:
|
||||||
logger.debug("Failed to import infinity.")
|
pass
|
||||||
|
|
||||||
|
|
||||||
class InfinityContainer:
|
class InfinityContainer:
|
||||||
|
|||||||
Reference in New Issue
Block a user