[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-03-15 07:21:37 +00:00 committed by Daniel Han
commit 64ab7554b1

View file

@ -129,7 +129,9 @@ class GgufVariantDetail(BaseModel):
)
quant: str = Field(..., description = "Quantization label (e.g., 'Q4_K_M')")
size_bytes: int = Field(0, description = "File size in bytes")
downloaded: bool = Field(False, description = "Whether this variant is already in the local HF cache")
downloaded: bool = Field(
False, description = "Whether this variant is already in the local HF cache"
)
class GgufVariantsResponse(BaseModel):