llama.cpp/examples/server/tests/features
Xuan Son Nguyen a71d81cf8c
server : revamp chat UI with vuejs and daisyui (#10175)
* server : simple chat UI with vuejs and daisyui

* move old files to legacy folder

* embed deps into binary

* basic markdown support

* add conversation history, save to localStorage

* fix bg-base classes

* save theme preferences

* fix tests

* regenerate, edit, copy buttons

* small fixes

* docs: how to use legacy ui

* better error handling

* make CORS preflight more explicit

* add GET method for CORS

* fix tests

* clean up a bit

* better auto scroll

* small fixes

* use collapse-arrow

* fix closeAndSaveConfigDialog

* small fix

* remove console.log

* fix style for <pre> element

* lighter bubble color (less distract when reading)
2024-11-07 17:31:10 -04:00
..
steps server : clarify /slots endpoint, add is_processing (#10162) 2024-11-04 16:33:29 +01:00
ctx_shift.feature server : remove self-extend features (#9860) 2024-10-12 16:06:31 +03:00
embeddings.feature llama : add reranking support (#9510) 2024-09-28 17:42:03 +03:00
environment.py server tests : more pythonic process management; fix bare except: (#6146) 2024-03-20 06:33:49 +01:00
infill.feature server : refactor slot input data, move tokenizer to HTTP thread (#10023) 2024-10-24 21:51:22 +02:00
issues.feature server: tests: passkey challenge / self-extend with context shift demo (#5832) 2024-03-02 22:00:14 +01:00
lora.feature server : add lora hotswap endpoint (WIP) (#8857) 2024-08-06 17:33:39 +02:00
parallel.feature server : simplify state machine for slot (#9283) 2024-09-06 23:21:29 +02:00
passkey.feature server : simplify state machine for slot (#9283) 2024-09-06 23:21:29 +02:00
rerank.feature llama : add reranking support (#9510) 2024-09-28 17:42:03 +03:00
results.feature server : fix temperature + disable some tests (#7409) 2024-05-20 22:10:03 +10:00
security.feature server : revamp chat UI with vuejs and daisyui (#10175) 2024-11-07 17:31:10 -04:00
server.feature server : Add option to return token pieces in /tokenize endpoint (#9108) 2024-09-12 22:30:11 +02:00
slotsave.feature Tokenizer SPM fixes for phi-3 and llama-spm (bugfix) (#7425) 2024-05-21 14:39:48 +02:00
wrong_usages.feature server : refactor multitask handling (#9274) 2024-09-02 17:11:51 +02:00