Unverified Commit 1be6956d authored by Chang Su's avatar Chang Su Committed by GitHub
Browse files

[Bugfix] Fix field error in v1_embedding_request (#6400)

parent 626ccb7d
......@@ -1827,7 +1827,7 @@ def v1_embedding_request(all_requests, tokenizer_manager):
)
else:
prompt_kwargs = {"input_ids": prompts}
request_ids = [req.request_id for req in all_requests]
request_ids = [req.rid for req in all_requests]
adapted_request = EmbeddingReqInput(
rid=request_ids,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment