-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
Description
Repro:
./server -m models/bert-bge-small/ggml-model-f16.gguf --embedding# send invalid request
curl http://localhost:8080/v1/embeddings -H "Content-Type: application/json" -H "Authorization: Bearer no-key" -d '{ }'
# next requests makes server hang
curl http://localhost:8080/v1/embeddings -H "Content-Type: application/json" -H "Authorization: Bearer no-key" -d '{ "input": "hello" }'
# need to kill it
killall serverphymbert