mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-23 09:24:28 +08:00
DecodingParams -> SamplingParams
This commit is contained in:
parent
af16c05074
commit
86c682cd32
@ -1,7 +1,7 @@
|
||||
from typing import Optional, Set
|
||||
|
||||
|
||||
class DecodingParams:
|
||||
class SamplingParams:
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user