[Renderer] Clean up renderer code (#26216)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-10-05 01:05:29 +08:00
committed by GitHub
parent a42d2df75f
commit 119f00630b
5 changed files with 93 additions and 133 deletions

View File

@@ -54,7 +54,7 @@ async def test_token_in_token_out_and_logprobs(server):
prompt=token_ids,
max_tokens=20,
temperature=0,
echo=True,
echo=False,
extra_body={
"return_token_ids": True,
},