Skip to content

Commit 100d49c

Browse files
authored
support phi 3.5 (#1800)
1 parent c687308 commit 100d49c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ctranslate2/converters/transformers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"linear": attention_spec.RotaryScalingType.Linear,
4444
"su": attention_spec.RotaryScalingType.Su,
4545
"llama3": attention_spec.RotaryScalingType.Llama3,
46+
"longrope": attention_spec.RotaryScalingType.Su,
4647
}
4748

4849
_SUPPORTED_QUANTIZATION = {

0 commit comments

Comments
 (0)