Skip to content

Commit

Permalink
support phi 3.5 (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhthuc2502 authored Oct 17, 2024
1 parent c687308 commit 100d49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ctranslate2/converters/transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"linear": attention_spec.RotaryScalingType.Linear,
"su": attention_spec.RotaryScalingType.Su,
"llama3": attention_spec.RotaryScalingType.Llama3,
"longrope": attention_spec.RotaryScalingType.Su,
}

_SUPPORTED_QUANTIZATION = {
Expand Down

0 comments on commit 100d49c

Please sign in to comment.