Skip to content

Commit

Permalink
[deprecation] Push deprecation cycle for use_auth_token to v4 (#2926
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tomaarsen authored Sep 10, 2024
1 parent 1cd91ab commit 9e3da5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentence_transformers/SentenceTransformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def __init__(
self._model_config = {}
if use_auth_token is not None:
warnings.warn(
"The `use_auth_token` argument is deprecated and will be removed in v3 of SentenceTransformers.",
"The `use_auth_token` argument is deprecated and will be removed in v4 of SentenceTransformers.",
FutureWarning,
)
if token is not None:
Expand Down

0 comments on commit 9e3da5b

Please sign in to comment.