[Model Runner V2] Some code simplification (#36929)

Signed-off-by: Nick Hill <nickhill123@gmail.com>
This commit is contained in:
Nick Hill
2026-03-12 17:59:23 -07:00
committed by GitHub
parent aaa3092f51
commit cd32d6f586
3 changed files with 17 additions and 59 deletions

View File

@@ -57,10 +57,7 @@ SpeculativeMethod = Literal[
EagleModelTypes,
NgramGPUTypes,
]
RejectionSampleMethod = Literal[
"strict",
"probabilistic",
]
RejectionSampleMethod = Literal["strict", "probabilistic"]
@config