Skip to content

Commit ad9b9e9

Browse files
committed
chore(lattica): upgrade lattica to 1.0.13
1 parent b8239dc commit ad9b9e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"pydantic",
3232
"protobuf==6.31.1",
3333
"dijkstar==2.6.0",
34-
"lattica==1.0.12",
34+
"lattica==1.0.13",
3535
"orjson",
3636
]
3737

src/parallax/server/http_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ async def _handle_loop(self):
350350
elif recv_dict.get("eos", False):
351351
logger.debug(f"Request {rid} finished with eos")
352352
request_info.finish_reason = "eos"
353-
request_info.matched_stop = 0
353+
request_info.matched_stop = next_token_id
354354
else:
355355
logger.debug(f"Request {rid} finished with unknown reason")
356356
request_info.finish_reason = "unknown"

0 commit comments

Comments
 (0)