Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/transformers/modeling_rope_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ def _validate_proportional_rope_parameters(self, rope_parameters: dict, ignore_k
logger.warning(
"`rope_parameters`'s partial_rotary_factor is None. This will default to 1.0 in the computation, "
"making this equivalent to the linear_scaling RoPE type. Provide a value in the range [0.0, 1.0) to "
"make use of the proportional RoPE funcitonality."
"make use of the proportional RoPE functionality."
)

@staticmethod
Expand Down
Loading