llama.cpp/examples
2024-06-08 13:42:01 +01:00
..
baby-llama Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
batched Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
batched-bench Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
batched.swift Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
benchmark Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
convert-llama2c-to-ggml Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
embedding Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
eval-callback Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
export-lora Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
finetune Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
gbnf-validator Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
gguf Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
gguf-split Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
gritlm Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
imatrix Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
infill Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
jeopardy main: update refs -> llama 2024-06-06 15:44:51 +01:00
llama-bench main: update refs -> llama 2024-06-06 15:44:51 +01:00
llama.android android : module (#7502) 2024-05-25 11:11:33 +03:00
llama.swiftui llama : add option to render special/control tokens (#6807) 2024-04-21 18:36:45 +03:00
llava Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
lookahead common : refactor cli arg parsing (#7675) 2024-06-04 21:23:39 +03:00
lookup common : refactor cli arg parsing (#7675) 2024-06-04 21:23:39 +03:00
main main: target name -> llama-cli 2024-06-08 12:50:35 +01:00
main-cmake-pkg ggml : remove OpenCL (#7735) 2024-06-04 21:23:20 +03:00
parallel common : refactor cli arg parsing (#7675) 2024-06-04 21:23:39 +03:00
passkey Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
perplexity common : refactor cli arg parsing (#7675) 2024-06-04 21:23:39 +03:00
quantize main: update refs -> llama 2024-06-06 15:44:51 +01:00
quantize-stats Improve usability of --model-url & related flags (#6930) 2024-04-30 00:52:50 +01:00
retrieval Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
rpc main: update refs -> llama 2024-06-06 15:44:51 +01:00
save-load-state common : refactor cli arg parsing (#7675) 2024-06-04 21:23:39 +03:00
server Merge remote-tracking branch 'origin/master' into bins 2024-06-08 12:04:52 +01:00
simple common : refactor cli arg parsing (#7675) 2024-06-04 21:23:39 +03:00
speculative common : refactor cli arg parsing (#7675) 2024-06-04 21:23:39 +03:00
sycl main: update refs -> llama 2024-06-06 15:44:51 +01:00
tokenize Make tokenize CLI tool have nicer command line arguments. (#6188) 2024-05-25 11:14:42 +10:00
train-text-from-scratch Prefix all example bins w/ llama- 2024-06-08 13:42:01 +01:00
alpaca.sh main: update refs -> llama 2024-06-06 15:44:51 +01:00
base-translate.sh main: update refs -> llama 2024-06-06 15:44:51 +01:00
chat-13B.bat Create chat-13B.bat (#592) 2023-03-29 20:21:09 +03:00
chat-13B.sh main: update refs -> llama 2024-06-06 15:44:51 +01:00
chat-persistent.sh main: update refs -> llama 2024-06-06 15:44:51 +01:00
chat-vicuna.sh main: update refs -> llama 2024-06-06 15:44:51 +01:00
chat.sh main: update refs -> llama 2024-06-06 15:44:51 +01:00
CMakeLists.txt llama : remove beam search (#7736) 2024-06-04 21:23:05 +03:00
convert-legacy-llama.py ggml : refactor rope norm/neox (#7634) 2024-06-05 11:29:20 +03:00
gpt4all.sh main: update refs -> llama 2024-06-06 15:44:51 +01:00
json_schema_to_grammar.py grammars: x{min,max} repetition operator (#6640) 2024-06-06 10:07:06 +01:00
json-schema-pydantic-example.py server: update refs -> llama-server 2024-06-06 15:44:40 +01:00
llama2-13b.sh main: update refs -> llama 2024-06-06 15:44:51 +01:00
llama2.sh main: update refs -> llama 2024-06-06 15:44:51 +01:00
llama.vim llama.vim : added api key support (#5090) 2024-01-23 08:51:27 +02:00
llm.vim llm.vim : stop generation at multiple linebreaks, bind to <F2> (#2879) 2023-08-30 09:50:55 +03:00
Miku.sh main: update refs -> llama 2024-06-06 15:44:51 +01:00
pydantic_models_to_grammar.py grammars: x{min,max} repetition operator (#6640) 2024-06-06 10:07:06 +01:00
pydantic-models-to-grammar-examples.py examples : make pydantic scripts pass mypy and support py3.8 (#5099) 2024-01-25 14:51:24 -05:00
reason-act.sh main: update refs -> llama 2024-06-06 15:44:51 +01:00
regex-to-grammar.py JSON schema conversion: ️ faster repetitions, min/maxLength for strings, cap number length (#6555) 2024-04-12 19:43:38 +01:00
server-embd.py server : refactor (#5882) 2024-03-07 11:41:53 +02:00
server-llama2-13B.sh server: update refs -> llama-server 2024-06-06 15:44:40 +01:00
ts-type-to-grammar.sh JSON schema conversion: ️ faster repetitions, min/maxLength for strings, cap number length (#6555) 2024-04-12 19:43:38 +01:00