mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-19 11:57:07 +00:00
llama : improve infill support and special token detection (#9798)
* llama : improve infill support ggml-ci * llama : add more FIM token strings ggml-ci * server : update prompt on slot restore (#9800) * gguf : deprecate old FIM token KVs
This commit is contained in:
@@ -526,7 +526,7 @@ Takes a prefix and a suffix and returns the predicted completion as stream.
|
||||
- `input_prefix`: Set the prefix of the code to infill.
|
||||
- `input_suffix`: Set the suffix of the code to infill.
|
||||
|
||||
It also accepts all the options of `/completion` except `stream` and `prompt`.
|
||||
It also accepts all the options of `/completion`.
|
||||
|
||||
### **GET** `/props`: Get server global properties.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user