We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e56243 commit ac6a4cfCopy full SHA for ac6a4cf
1 file changed
test/backends/test_openai_vllm.py
@@ -222,6 +222,7 @@ class Answer(pydantic.BaseModel):
222
actions=[CBlock(value=prompt) for prompt in prompts],
223
format=Answer,
224
ctx=m_session.ctx,
225
+ model_options={ModelOption.MAX_NEW_TOKENS: 256},
226
)
227
228
assert len(results) == len(prompts)
0 commit comments