Tree: Format

This commit is contained in:
turboderp
2026-01-20 22:57:36 +01:00
parent 0985c7f7b7
commit 54e3ea1fb3
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ from exllamav3.generator.sampler import (
SS_TopP,
SS_Sample,
SS_Base,
SS_AdaptiveP
SS_AdaptiveP,
)

View File

@@ -283,7 +283,6 @@ class BaseSamplerRequest(BaseModel):
default_factory=lambda: get_default_sampler_value("adaptive_decay", 0.9)
)
@field_validator("top_k", mode="before")
def convert_top_k(cls, v):
"""Fixes instance if Top-K is -1."""