feat: Add model version tracking with API endpoints and response metadata (#8795)
This commit is contained in:
@@ -1529,6 +1529,7 @@ class TokenizerManager:
|
||||
"id": rid,
|
||||
"finish_reason": recv_obj.finished_reasons[i],
|
||||
"prompt_tokens": recv_obj.prompt_tokens[i],
|
||||
"weight_version": self.server_args.weight_version,
|
||||
}
|
||||
|
||||
if getattr(state.obj, "return_logprob", False):
|
||||
|
||||
Reference in New Issue
Block a user