mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
b912983e5e
commit
f7fe9d612b
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ class PHYBenchEvalEnv(BaseEnv):
|
|||
f" Temperature: {self.config.eval_temperature}", flush=True
|
||||
)
|
||||
print(
|
||||
f" Max tokens: {self.config.eval_max_tokens if self.config.eval_max_tokens > 0 else 'model default'}", # noqa: E501
|
||||
f" Max tokens: {self.config.eval_max_tokens if self.config.eval_max_tokens > 0 else 'model default'}", # noqa: E501
|
||||
flush=True,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue