You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-05-08 05:58:15 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_unified_metadata_db_manager_factory and instance: <dbgpt.storage.metadata.db_factory.UnifiedDBManagerFactory object at 0x7fe6fdb625c0>
/usr/local/lib/python3.10/site-packages/pydantic/_internal/fields.py:160: UserWarning: Field "model_name" has conflict with protected namespace "model".
You may be able to resolve this warning by setting model_config['protected_namespaces'] = ().
warnings.warn(
/usr/local/lib/python3.10/site-packages/pydantic/_internal/fields.py:160: UserWarning: Field "model_name" has conflict with protected namespace "model".
You may be able to resolve this warning by setting model_config['protected_namespaces'] = ().
warnings.warn(
2024-05-08 05:58:19 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_thread_pool_default and instance: <dbgpt.util.executor_utils.DefaultExecutorFactory object at 0x7fe6f9a1e0b0>
2024-05-08 05:58:19 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_default_scheduler and instance: <dbgpt.app.initialization.scheduler.DefaultScheduler object at 0x7fe6f9a39300>
2024-05-08 05:58:19 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_model_controller and instance: <dbgpt.model.cluster.controller.controller.ModelControllerAdapter object at 0x7fe6fdc7c8e0>
2024-05-08 05:58:19 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_connector_manager and instance: <dbgpt.datasource.manages.connector_manager.ConnectorManager object at 0x7fe6f9a3bd30>
2024-05-08 05:58:19 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_plugin_hub and instance: <dbgpt.serve.agent.hub.controller.ModulePlugin object at 0x7fe6fa88d090>
2024-05-08 05:58:19 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_multi_agents and instance: <dbgpt.serve.agent.agents.controller.MultiAgents object at 0x7fe6fa6c6380>
2024-05-08 05:58:19 715da2f4cadc dbgpt.app.initialization.embedding_component[104] INFO Register local LocalEmbeddingFactory
2024-05-08 05:58:19 715da2f4cadc dbgpt.model.adapter.embeddings_loader[104] INFO [EmbeddingsModelWorker] Parameters of device is None, use cpu
2024-05-08 05:58:19 715da2f4cadc dbgpt.app.initialization.embedding_component[104] INFO
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
=========================== WebServerParameters ===========================
host: 0.0.0.0
port: 7860
daemon: False
controller_addr: None
model_name: vicuna-13b-v1.5
share: False
remote_embedding: False
log_level: INFO
light: False
log_file: dbgpt_webserver.log
tracer_file: dbgpt_webserver_tracer.jsonl
tracer_storage_cls: None
disable_alembic_upgrade: False
awel_dirs: None
default_thread_pool_size: None
======================================================================
2024-05-08 05:58:15 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_unified_metadata_db_manager_factory and instance: <dbgpt.storage.metadata.db_factory.UnifiedDBManagerFactory object at 0x7fe6fdb625c0>
/usr/local/lib/python3.10/site-packages/pydantic/_internal/fields.py:160: UserWarning: Field "model_name" has conflict with protected namespace "model".
You may be able to resolve this warning by setting
model_config['protected_namespaces'] = ()
.warnings.warn(
/usr/local/lib/python3.10/site-packages/pydantic/_internal/fields.py:160: UserWarning: Field "model_name" has conflict with protected namespace "model".
You may be able to resolve this warning by setting
model_config['protected_namespaces'] = ()
.warnings.warn(
2024-05-08 05:58:19 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_thread_pool_default and instance: <dbgpt.util.executor_utils.DefaultExecutorFactory object at 0x7fe6f9a1e0b0>
2024-05-08 05:58:19 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_default_scheduler and instance: <dbgpt.app.initialization.scheduler.DefaultScheduler object at 0x7fe6f9a39300>
2024-05-08 05:58:19 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_model_controller and instance: <dbgpt.model.cluster.controller.controller.ModelControllerAdapter object at 0x7fe6fdc7c8e0>
2024-05-08 05:58:19 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_connector_manager and instance: <dbgpt.datasource.manages.connector_manager.ConnectorManager object at 0x7fe6f9a3bd30>
2024-05-08 05:58:19 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_plugin_hub and instance: <dbgpt.serve.agent.hub.controller.ModulePlugin object at 0x7fe6fa88d090>
2024-05-08 05:58:19 715da2f4cadc dbgpt.component[104] INFO Register component with name dbgpt_multi_agents and instance: <dbgpt.serve.agent.agents.controller.MultiAgents object at 0x7fe6fa6c6380>
2024-05-08 05:58:19 715da2f4cadc dbgpt.app.initialization.embedding_component[104] INFO Register local LocalEmbeddingFactory
2024-05-08 05:58:19 715da2f4cadc dbgpt.model.adapter.embeddings_loader[104] INFO [EmbeddingsModelWorker] Parameters of device is None, use cpu
2024-05-08 05:58:19 715da2f4cadc dbgpt.app.initialization.embedding_component[104] INFO
=========================== EmbeddingModelParameters ===========================
model_name: text2vec
model_path: /data/dbgpt/DB-Gpt/models/text2vec-large-chinese
device: cpu
normalize_embeddings: None
======================================================================
Beta Was this translation helpful? Give feedback.
All reactions