init commit
This commit is contained in:
8
nanovllm/sampling_params.py
Normal file
8
nanovllm/sampling_params.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass
|
||||
class SamplingParams:
|
||||
temperature: float = 1.0
|
||||
max_tokens: int = 64
|
||||
ignore_eos: bool = False
|
||||
Reference in New Issue
Block a user