COMMITS
/ llama_cpp/llama_chat_format.py March 9, 2024
K
fix: Check for existence of clip model path (#1264)
Kevin Cao committed
February 26, 2024
A
fix: positional arguments only for low-level api
Andrei Betlen committed
A
fix: llava this function takes at least 4 arguments (0 given)
Andrei Betlen committed
February 23, 2024
L
feat: Auto detect Mixtral's slightly different format (#1214)
Luke Stanley committed
A
feat: Add Google's Gemma formatting via `chat_format="gemma"` (#1210)
Alvaro Bartolome committed
February 14, 2024
A
fix: Update openbuddy prompt format. Closes #1155
Andrei Betlen committed
A
fix: more chatml-function-calling fixes
Andrei Betlen committed
February 13, 2024
A
fix: missing generation_prompt in chatml-function-calling
Andrei Betlen committed
A
fix: minor formatting bugs for chatml-function-calling
Andrei Betlen committed
February 12, 2024
A
feat: Generic chatml Function Calling (#957)
Andrei committed
February 8, 2024
January 31, 2024
A
fix: Pass raise_exception and add_generation_prompt to jinja2 chat template
Andrei Betlen committed
January 29, 2024
A
Automatically set chat format from gguf (#1110)
Andrei committed
A
Add chat format test.
Andrei Betlen committed
R
Add mistral instruct chat format as "mistral-instruct" (#799)
Rafaelblsilva committed
January 27, 2024
A
Add json schema mode (#1122)
Andrei committed
January 22, 2024
A
fix: use both eos and bos tokens as stop sequences for hf-tokenizer-config chat format.
Andrei Betlen committed
January 21, 2024
A
feat: Add add_generation_prompt option for jinja2chatformatter.
Andrei Betlen committed
January 19, 2024
A
feat: Add Jinja2ChatFormatter
Andrei Betlen committed
A
January 4, 2024
F
Add Saiga chat format. (#1050)
Fedor Moiseev committed
X
Added ChatGLM chat format (#1059)
xaviviro committed
December 14, 2023
Y
Add qwen chat format (#1005)
yhfgyyf committed
December 12, 2023
C
Add Pygmalion chat format (#986)
chiensen committed
November 26, 2023
G
fix: Typo in the Open Orca chat format #874 (#947)
Gardner Bickford committed
November 24, 2023
A
Merge branch 'main' of github.com:abetlen/llama_cpp_python into main
Andrei Betlen committed
A
misc fix verbose printing in functionary model
Andrei Betlen committed
November 23, 2023
M
Add Zephyr format (#937)
mrfakename committed
C
Add chat format to support baichuan (#938)
caiyesd committed
November 22, 2023
C
Add baichuan-2 chat format (#936)
caiyesd committed
November 21, 2023
A
Add support for logit_bias outside of server api. Closes #827
Andrei Betlen committed
M
Add MistralLite, Intel, and OpenChat prompt formats (#927)
mrfakename committed
T
Added support for min_p (#921)
TK-Master committed
November 10, 2023
A
Fix: add default stop sequence to chatml chat format
Andrei Betlen committed
A
Update functionary for new OpenAI API
Andrei Betlen committed
November 9, 2023
A
Bugfix: missing response_format for functionary and llava chat handlers
Andrei Betlen committed
November 8, 2023
A
Fix destructor NoneType is not callable error
Andrei Betlen committed
A
Add JSON mode support. Closes #881
Andrei Betlen committed
A
Add seed parameter to chat handlers
Andrei Betlen committed
D
Multimodal Support (Llava 1.5) (#821)
Damian Stewart committed
November 6, 2023
A
Refactor autotokenizer format to reusable function
Andrei Betlen committed
November 5, 2023
J
#717: Add support for Huggingface Autotokenizer (#790)
Joe committed
E
Update llama_chat_format.py (#869)
earonesty committed
November 3, 2023
A
Add functionary support (#784)
Andrei committed
October 15, 2023
M
Fix repeat greeting (#808)
Ma, Guokai committed
October 1, 2023
A
Add chatml chat format
Andrei Betlen committed
September 29, 2023
A
Configurable Chat Formats (#711)
Andrei committed