mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
Tree: Remove fasttensors
Now a noop in upstream. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -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=())
|
||||
|
||||
Reference in New Issue
Block a user