Bug: embedding endpoint and openai compatibility with input as list #8887
Labels
bug-unconfirmed
low severity
Used to report low severity bugs in llama.cpp (e.g. cosmetic issues, non critical UI glitches)
stale
Hello,
When sending the following request (working well on OpenAI endpoints) Llama.cpp spit out an error.
Run the server:
Query:
Answer:
Issue: Llama.cpp is strictly taking a list of integers and does not allow list of list as openai-compatible clients sends out.
Name and Version
$ llama-server --version
version: 3486 (0832de7)
built with cc (Ubuntu 10.5.0-1ubuntu1~22.04) 10.5.0 for x86_64-linux-gnu
What operating system are you seeing the problem on?
Linux
Relevant log output
No response
The text was updated successfully, but these errors were encountered: