move max_position_embeddings to the last (#1799)

This commit is contained in:
Hui Liu
2024-10-25 19:30:50 -07:00
committed by GitHub
parent fb99aaa527
commit 9ce8e1a93c

View File

@@ -81,9 +81,9 @@ def get_config(
CONTEXT_LENGTH_KEYS = [
"max_sequence_length",
"seq_length",
"max_position_embeddings",
"max_seq_len",
"model_max_length",
"max_position_embeddings",
]