We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa045aa commit 17e00d9Copy full SHA for 17e00d9
fastdeploy/engine/sampling_params.py
@@ -163,8 +163,6 @@ def from_optional(
163
def __post_init__(self):
164
if self.seed is None:
165
self.seed = random.randint(0, 922337203685477580)
166
- if self.max_tokens is not None and self.reasoning_max_tokens is None:
167
- self.reasoning_max_tokens = max(int(self.max_tokens * 0.8), 1)
168
self._verify_args()
169
170
def _verify_args(self) -> None:
0 commit comments