Skip to content

Commit

Permalink
fix: Change BGEM3 parameter to 'devices'. (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: wxywb <xy.wang@zilliz.com>
  • Loading branch information
wxywb authored Nov 27, 2024
1 parent 91e34fa commit 840a2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milvus_model/hybrid/bge_m3.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(
_model_config = dict(
{
"model_name_or_path": model_name,
"device": device,
"devices": device,
"normalize_embeddings": normalize_embeddings,
"use_fp16": use_fp16,
},
Expand Down

0 comments on commit 840a2cd

Please sign in to comment.