You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I have searched related issues but cannot get the expected help.
2. The bug has not been fixed in the latest version.
3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
After the server starts, it can't receive any requests. For instance, curl http://localhost:8080/health_generate will hang forever. During debug, I discovered that the Scheduler never receives any request (this line never executes). This doesn't happen with generation models.
I also discovered that this line might crash as BatchEmbeddingOut doesn't have completion_tokens field.
curl http://localhost:8080/v1/embeddings \
-H "Content-Type: application/json" \
-d '{
"model": "intfloat/e5-mistral-7b-instruct",
"input": "Write a short story set in a dystopian future where artificial intelligence governs the world, and humans are trying to regain their independence. The story should explore themes of freedom, control, and the nature of consciousness."
}'
Checklist
Describe the bug
When I launch the latest SGLang server with e5-mistral-7b-instruct with
--enable-metrics
, the server crashes.Docker command:
After the server starts, it can't receive any requests. For instance,
curl http://localhost:8080/health_generate
will hang forever. During debug, I discovered that the Scheduler never receives any request (this line never executes). This doesn't happen with generation models.I also discovered that this line might crash as
BatchEmbeddingOut
doesn't have completion_tokens field.Reproduction
Docker command:
curl commands:
curl http://localhost:8080/health_generate
Environment
The text was updated successfully, but these errors were encountered: