Additional clarification for override_base_seq_len
This commit is contained in:
parent
fc857893ee
commit
8245488926
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ model:
|
|||
|
||||
# Overrides base model context length (default: Empty)
|
||||
# WARNING: Don't set this unless you know what you're doing!
|
||||
# Only use this if the model's base sequence length in config.json is incorrect (ex. Mistral/Mixtral models)
|
||||
# Again, do NOT use this for configuring context length, use max_seq_len above ^
|
||||
# Only use this if the model's base sequence length in config.json is incorrect (ex. Mistral 7B)
|
||||
#override_base_seq_len:
|
||||
|
||||
# Automatically allocate resources to GPUs (default: True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue