mirror of
https://github.com/wassname/vllm.git
synced 2026-06-27 18:27:02 +08:00
DecodingParams -> SamplingParams
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from typing import Optional, Set
|
||||
|
||||
|
||||
class DecodingParams:
|
||||
class SamplingParams:
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user