mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-05 04:22:18 +08:00
config parser: add ChatGLM2 seq_length to _get_and_verify_max_len (#1617)
This commit is contained in:
parent
aebfcb262a
commit
0d578228ca
@ -368,6 +368,8 @@ def _get_and_verify_max_len(
|
|||||||
"n_positions",
|
"n_positions",
|
||||||
# MPT
|
# MPT
|
||||||
"max_seq_len",
|
"max_seq_len",
|
||||||
|
# ChatGLM2
|
||||||
|
"seq_length",
|
||||||
# Others
|
# Others
|
||||||
"max_sequence_length",
|
"max_sequence_length",
|
||||||
"max_seq_length",
|
"max_seq_length",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user