Tree: Remove fasttensors
Now a noop in upstream. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
6726014d35
commit
126a44483c
4 changed files with 0 additions and 14 deletions
|
|
@ -290,13 +290,6 @@ class ModelConfig(BaseConfigModel):
|
|||
),
|
||||
ge=1,
|
||||
)
|
||||
fasttensors: Optional[bool] = Field(
|
||||
False,
|
||||
description=(
|
||||
"Enables fasttensors to possibly increase model loading speeds "
|
||||
"(default: False)."
|
||||
),
|
||||
)
|
||||
|
||||
_metadata: Metadata = PrivateAttr(Metadata())
|
||||
model_config = ConfigDict(protected_namespaces=())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue