You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encodes the prompt into text encoder hidden states.
@@ -223,10 +222,6 @@ def encode_prompt(
223
222
max_sequence_length (`int`, defaults to 300): Maximum sequence length to use for the prompt.
224
223
"""
225
224
226
-
if"mask_feature"inkwargs:
227
-
deprecation_message="The use of `mask_feature` is deprecated. It is no longer used in any computation and that doesn't affect the end results. It will be removed in a future version."
0 commit comments