This commit is contained in:
Chaofan Lin
2023-08-01 04:11:57 +08:00
committed by GitHub
parent 953f28cf9a
commit aa39e42c5a
2 changed files with 2 additions and 2 deletions

View File

@@ -224,7 +224,7 @@ class SchedulerConfig:
a single iteration.
max_num_seqs: Maximum number of sequences to be processed in a single
iteration.
max_seq_len: Maximum length of a sequence (including prompt
max_model_len: Maximum length of a sequence (including prompt
and generated text).
"""