[V1][Core] min_p sampling support (#13191)
Signed-off-by: Aoyu <aoyuzhan@amazon.com> Co-authored-by: Aoyu <aoyuzhan@amazon.com>
This commit is contained in:
@@ -17,6 +17,8 @@ class SamplingMetadata:
|
||||
top_k: torch.Tensor
|
||||
no_top_p: bool
|
||||
no_top_k: bool
|
||||
min_p: torch.Tensor
|
||||
no_min_p: bool
|
||||
|
||||
generators: Dict[int, torch.Generator]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user