Add backward compatibility for methods which have been moved to `RotaryEmbeddingConfigMixin` (#42517)
* Add backward compatibility for methods which have been moved to `RotaryEmbeddingConfigMixin`
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
* They're not actually no-ops
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
* Fix type hint
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
* If they're calling this function, they haven't standardised either
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
* No need to BC method that wasn't in any releases
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
---------
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>