We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842c130 commit 50cfb6bCopy full SHA for 50cfb6b
1 file changed
FlagEmbedding/flag_reranker.py
@@ -216,7 +216,7 @@ def __init__(
216
self,
217
model_name_or_path: str = None,
218
use_fp16: bool = False,
219
- use_bf16: bool = True,
+ use_bf16: bool = False,
220
cache_dir: str = None,
221
device: int = 0
222
) -> None:
@@ -309,7 +309,7 @@ def __init__(
309
310
311
312
313
314
315
0 commit comments