COMMITS
/ examples/CMakeLists.txt November 26, 2024
G
cmake : enable warnings in llama (#10474)
Georgi Gerganov committed
November 25, 2024
E
Introduce llama-run (#10291)
Eric Curtin committed
D
ggml : add support for dynamic loading of backends (#10469)
Diego Devesa committed
G
speculative : refactor and add a simpler example (#10362)
Georgi Gerganov committed
November 3, 2024
D
ggml : move CPU backend to a separate file (#10144)
Diego Devesa committed
November 1, 2024
D
llama : add simple-chat example (#10124)
Diego Devesa committed
October 2, 2024
G
examples : remove benchmark (#9704)
Georgi Gerganov committed
July 25, 2024
X
examples : remove `finetune` and `train-text-from-scratch` (#8669)
Xuan Son Nguyen committed
July 7, 2024
June 26, 2024
G
llama : reorganize source code + improve CMake (#8006)
Georgi Gerganov committed
June 15, 2024
X
Add `cvector-generator` example (#7514)
Xuan Son Nguyen committed
June 12, 2024
O
`build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809)
Olivier Chafik committed
June 4, 2024
G
llama : remove beam search (#7736)
Georgi Gerganov committed
May 14, 2024
R
ggml : add RPC backend (#6829)
Radoslav Gerganov committed
April 11, 2024
P
eval-callback: Example how to use eval callback for debugging (#6576)
Pierrick Hymbert committed
March 25, 2024
M
examples : add "retrieval" (#6193)
Minsoo Cheong committed
March 19, 2024
P
gguf-split: split and merge gguf per batch of tensors (#6135)
Pierrick Hymbert committed
March 10, 2024
D
llama : add support for GritLM (#5959)
DAN™ committed
February 13, 2024
J
gguf : add python reader example (#5216)
John committed
January 28, 2024
A
ggml : add unified SYCL backend for Intel GPUs (#2690)
Abhilash Majumder committed
January 13, 2024
G
metal : remove old API (#4919)
Georgi Gerganov committed
January 12, 2024
K
Importance Matrix calculation (#4861)
Kawrakow committed
January 8, 2024
G
examples : add passkey test (#3856)
Georgi Gerganov committed
December 22, 2023
L
lookup : add prompt lookup decoding example (#4484)
LeonEricsson committed
November 26, 2023
G
lookahead : add example for lookahead decoding (#4207)
Georgi Gerganov committed
November 17, 2023
Z
examples : add tokenize (#4039)
zakkor committed
October 20, 2023
G
sampling : refactor init to use llama_sampling_params (#3696)
Georgi Gerganov committed
October 12, 2023
M
examples: support LLaVA v1.5 (multimodal model) (#3436)
M. Yusuf Sarıgöz committed
October 11, 2023
G
batched : add bench tool (#3545)
Georgi Gerganov committed
September 28, 2023
X
train : finetune LORA (#2632)
xaedes committed
G
llama : custom attention mask + parallel decoding + no context swaps (#3228)
Georgi Gerganov committed
September 3, 2023
G
speculative : PoC for speeding-up inference via speculative sampling (#2926)
Georgi Gerganov committed
August 30, 2023
G
examples : fix underscore in beam-search + .gitignore (close #2900)
Georgi Gerganov committed
August 25, 2023
M
llama : add llama_beam_search() (#2267)
Matt Pulver committed
August 21, 2023
G
gguf : new file format with flexible meta data (beta) (#2398)
Georgi Gerganov committed
August 18, 2023
S
llama : add benchmark example (#2626)
slaren committed
August 11, 2023
B
Adding support for llama2.c models (#2559)
byte-6174 committed
August 4, 2023
D
Add --simple-io option for subprocesses and break out console.h and cpp (#1558)
DannyDaemonic committed
July 24, 2023
E
llama : add grammar-based sampling (#1773)
Evan Jones committed
June 28, 2023
N
llama : support input embeddings directly (#1910)
ningshanwutuobang committed
June 17, 2023
G
llama : fix kv_cache `n` init (close #1903)
Georgi Gerganov committed
June 13, 2023
X
train : improved training-from-scratch example (#1652)
xaedes committed
June 4, 2023
G
llama : Metal inference (#1642)
Georgi Gerganov committed
May 21, 2023
S
examples : add server example with REST API (#1443)
Steward Garcia committed
May 13, 2023
April 30, 2023
S
Various fixes to mat_mul benchmark (#1253)
Stephan Walter committed
April 24, 2023
X
examples : add save_load_state example (#1150)
xaedes committed
April 7, 2023
U
Add quantize-stats command for testing quantization (#728)
unbounded committed
March 25, 2023
G
Overhaul the examples structure
Georgi Gerganov committed