COMMITS
/ examples/main/README.md December 3, 2024
N
readme : add option, update default value, fix formatting (#10271)
Nikolaos Pothitos committed
October 30, 2024
R
readme : more lora detail in main example readme (#10064)
Rich Dougherty committed
October 29, 2024
G
llama : remove Tail-Free sampling (#10071)
Georgi Gerganov committed
October 25, 2024
W
llama : add DRY sampler (#9702)
wwoodsTM committed
October 17, 2024
G
readme : remove --memory-f32 references (#9925)
Georgi Gerganov committed
October 15, 2024
M
sampling : add XTC sampler (#9742)
MaggotHATE committed
October 6, 2024
G
readme : fix typo [no ci]
Georgi Gerganov committed
September 16, 2024
V
main : option to disable context shift (#9484)
Vinesh Janarthanan committed
July 7, 2024
D
Update llama-cli documentation (#8315)
Denis Spasyuk committed
June 12, 2024
O
`build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809)
Olivier Chafik committed
June 5, 2024
A
readme : remove -ins (#7759)
arch-btw committed
June 4, 2024
G
common : refactor cli arg parsing (#7675)
Georgi Gerganov committed
May 21, 2024
A
examples: cache hf model when --model not provided (#7353)
Amir committed
May 7, 2024
O
docs: fix typos (#7124)
omahs committed
April 29, 2024
O
Improve usability of --model-url & related flags (#6930)
Olivier Chafik committed
April 15, 2024
O
`main`: add --json-schema / -j flag (#6659)
Olivier Chafik committed
April 12, 2024
R
chore: Fix markdown warnings (#6625)
Rene Leonhardt committed
March 28, 2024
T
doc: fix outdated default value of batch size (#6336)
Ting Sun committed
March 26, 2024
S
cuda : rename build flag to LLAMA_CUDA (#6299)
slaren committed
March 17, 2024
P
common: llama_load_model_from_url using --model-url (#6098)
Pierrick Hymbert committed
February 16, 2024
B
ggml : add numa options (#5377)
bmwl committed
November 12, 2023
R
Fix some documentation typos/grammar mistakes (#4032)
Richard Kiss committed
October 31, 2023
K
samplers : Min-P sampler implementation [alternative to Top P/Top K] (#3841)
kalomaze committed
September 28, 2023
September 15, 2023
R
llama : remove mtest (#3177)
Roland committed
September 1, 2023
Z
readme : quick start command fix (#2908)
ZHAOKAI WANG committed
August 23, 2023
E
docs : add grammar docs (#2701)
Evan Jones committed
August 10, 2023
C
Add --n-predict -2 for stopping generation on full context (#2565)
Christian Demsar committed
August 7, 2023
K
Add --rope-scale parameter (#2544)
klosax committed
July 28, 2023
W
readme : fix the description of the Tail free sampling (TFS) method (#2431)
Weird Constructor committed
July 13, 2023
H
Revert "Support using mmap when applying LoRA (#2095)" (#2206)
Howard Su committed
July 11, 2023
H
Support using mmap when applying LoRA (#2095)
Howard Su committed
June 29, 2023
H
Use unsigned for random seed (#2006)
Howard Su committed
June 26, 2023
Z
ggml : add NUMA support (#1556)
zrm committed
June 14, 2023
J
CUDA full GPU acceleration, KV cache in VRAM (#1827)
Johannes Gäßler committed
June 6, 2023
J
Multi GPU support, CUDA refactor, CUDA scratch buffer (#1703)
Johannes Gäßler committed
May 28, 2023
K
Only show -ngl option when relevant + other doc/arg handling updates (#1625)
Kerfuffle committed
May 26, 2023
K
Some improvements to loading the session with --prompt-cache (#1550)
Kerfuffle committed
May 10, 2023
E
main : add option to save full output to session (#1338)
Evan Jones committed
May 4, 2023
4
main : add --in-suffix option (#1318)
44670 committed
D
Only escape prompts when used with `-e` (#1311)
DannyDaemonic committed
D
Update main's README.md with new features (#1296)
DannyDaemonic committed
May 2, 2023
R
llama : allow 0 as a seed number. (#1275)
Robert Brisita committed
April 24, 2023
M
examples/main README improvements and some light refactoring (#1131)
mgroeber9110 committed
April 23, 2023
S
Fix LoRA acronym (#1145)
slaren committed
D
Added README.md for main with examples and explanations (#1139)
DannyDaemonic committed
April 11, 2023
P
Fix whitespace, add .editorconfig, add GitHub workflow (#883)
Pavol Rusnak committed
March 25, 2023
G
Overhaul the examples structure
Georgi Gerganov committed