Skip to content

Commit 64b0c20

Browse files
authored
배포 v1.4.7
배포 v1.4.7
2 parents a7ac876 + 4214908 commit 64b0c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLOps/app/services/chatbot_agent_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __init__(self, chroma_db_path: str = "data/chroma_db_bge"):
4848

4949
self.embedding_function = HuggingFaceEmbeddings(
5050
model_name="upskyy/bge-m3-korean",
51-
model_kwargs={'device': 'cuda'},
51+
model_kwargs={'device': 'cpu'},
5252
encode_kwargs={'normalize_embeddings': True}
5353
)
5454

0 commit comments

Comments
 (0)