feat: add priority based scheduling with priority based request acceptance and preemption (#8746)
This commit is contained in:
@@ -125,6 +125,7 @@ class OpenAIServingEmbedding(OpenAIServingBase):
|
||||
adapted_request = EmbeddingReqInput(
|
||||
**prompt_kwargs,
|
||||
rid=request.rid,
|
||||
priority=request.priority,
|
||||
)
|
||||
|
||||
return adapted_request, request
|
||||
|
||||
Reference in New Issue
Block a user