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
feat: support linear scaled rope for tgis_native llama (#61)
Implements a new LinearScalingPositionRotaryEmbedding layer that
supports linear scaling of position ids when processing embeddings.
Without this, models with a linear rope_scaling configuration could load
fine but would give garbage output.
Signed-off-by: Travis Johnson <[email protected]>
Co-authored-by: TRAVIS JOHNSON <[email protected]>
0 commit comments