mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-16 09:58:10 +00:00
fix logging
This commit is contained in:
parent
593c83ed6a
commit
24707a1173
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ import faiss
|
||||||
from llama_stack.distribution.providers import ProviderImpl
|
from llama_stack.distribution.providers import ProviderImpl
|
||||||
from llama_stack.providers.datatypes import HealthResponse, HealthStatus
|
from llama_stack.providers.datatypes import HealthResponse, HealthStatus
|
||||||
|
|
||||||
# Set up logging
|
logger = logging.getLogger(__name__)
|
||||||
logger = logging.getLogger("faiss_provider_patch")
|
|
||||||
|
|
||||||
# Store the original methods
|
# Store the original methods
|
||||||
original_list_providers = ProviderImpl.list_providers
|
original_list_providers = ProviderImpl.list_providers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue