Skip to content

Commit

Permalink
make seed consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernstein committed Jan 8, 2025
1 parent 0090dfa commit f6e8036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adala/runtimes/_litellm.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def init_runtime(self) -> "Runtime":
model=self.model,
max_tokens=self.max_tokens,
temperature=self.temperature,
seed=self.seed,
# seed=self.seed,
# extra inference params passed to this runtime
**self.model_extra,
)
Expand Down

0 comments on commit f6e8036

Please sign in to comment.