mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +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
|
||||
try:
|
||||
from infinity_emb import EngineArgs, AsyncEmbeddingEngine
|
||||
|
||||
has_infinity_emb = True
|
||||
logger.debug("Successfully imported infinity.")
|
||||
except ImportError:
|
||||
logger.debug("Failed to import infinity.")
|
||||
pass
|
||||
|
||||
|
||||
class InfinityContainer:
|
||||
|
||||
Reference in New Issue
Block a user