Closed guillaumerenault closed 1 week ago
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you!
This issue has been automatically closed due to inactivity. Please feel free to reopen if you feel it is still relevant. Thank you!
Your current environment
🐛 Describe the bug
When using the
temperature
parameter for the POST/chat/completions
endpoint. If the value is > 2, the request never returns, my guess would be that it should return a 400 given that temperature should be between 0 and 2. (The Open AI API returns a 400). (https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature)The model used is: https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
vLLM logs:
The request of interest is
ASGI [882]
When waiting a few minutes, this is all that can be found: