We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c687308 commit 100d49cCopy full SHA for 100d49c
python/ctranslate2/converters/transformers.py
@@ -43,6 +43,7 @@
43
"linear": attention_spec.RotaryScalingType.Linear,
44
"su": attention_spec.RotaryScalingType.Su,
45
"llama3": attention_spec.RotaryScalingType.Llama3,
46
+ "longrope": attention_spec.RotaryScalingType.Su,
47
}
48
49
_SUPPORTED_QUANTIZATION = {
0 commit comments