Model: Remove override_base_seq_len
This commit is contained in:
parent
7d18d2e2ca
commit
603760cecb
5 changed files with 0 additions and 33 deletions
|
|
@ -176,16 +176,6 @@ class ModelConfig(BaseConfigModel):
|
|||
),
|
||||
ge=0,
|
||||
)
|
||||
override_base_seq_len: Optional[int] = Field(
|
||||
None,
|
||||
description=(
|
||||
"Overrides base model context length (default: Empty).\n"
|
||||
"WARNING: Don't set this unless you know what you're doing!\n"
|
||||
"Again, do NOT use this for configuring context length, "
|
||||
"use max_seq_len above ^"
|
||||
),
|
||||
ge=0,
|
||||
)
|
||||
tensor_parallel: Optional[bool] = Field(
|
||||
False,
|
||||
description=(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue