Skip to content

Commit d6409b8

Browse files
committed
fix a tab error in auto_reranker.py
1 parent 8c3e1eb commit d6409b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

FlagEmbedding/inference/auto_reranker.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ def from_finetuned(
5454
_model_class = RERANKER_CLASS_MAPPING[RerankerModelClass(model_class)]
5555
if trust_remote_code is None:
5656
trust_remote_code = False
57-
logging.warning(
58-
f"`trust_remote_code` is not specified, set to default value '{trust_remote_code}'."
59-
)
57+
logging.warning(
58+
f"`trust_remote_code` is not specified, set to default value '{trust_remote_code}'."
59+
)
6060
else:
6161
if model_name not in AUTO_RERANKER_MAPPING:
6262
raise ValueError(

0 commit comments

Comments
 (0)