Temp and topp #598
Answered
by
sjmonson
martin1tab
asked this question in
User Support
Temp and topp
#598
-
|
Hello, how can I pass the temp and top_k parameters to a benchmark run? |
Beta Was this translation helpful? Give feedback.
Answered by
sjmonson
Feb 16, 2026
Replies: 1 comment
-
|
For GuideLLM v0.5.3: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sjmonson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For GuideLLM v0.5.3:
--request-formatter-kwargs '{"extras": {"body": {"temperature": 0.7}}}'For main (v0.6.0):
--backend-kwargs '{"extras": {"body": {"temperature": 0.7}}}'