Georgi Gerganov a5b5d9a101 llama.android : fix build (#9350) hai 1 ano
..
baby-llama 42c76d1358 Threadpool: take 2 (#8672) hai 1 ano
batched 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
batched-bench 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
batched.swift df270ef745 llama : refactor sampling v2 (#9294) hai 1 ano
benchmark 42c76d1358 Threadpool: take 2 (#8672) hai 1 ano
convert-llama2c-to-ggml 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) hai 1 ano
cvector-generator 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
deprecation-warning be6d7c0791 examples : remove `finetune` and `train-text-from-scratch` (#8669) hai 1 ano
embedding 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
eval-callback 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
export-lora 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
gbnf-validator df270ef745 llama : refactor sampling v2 (#9294) hai 1 ano
gen-docs 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
gguf 07283b1a90 gguf : handle null name during init (#8587) hai 1 ano
gguf-hash 1666f92dcd gguf-hash : update clib.json to point to original xxhash repo (#8491) hai 1 ano
gguf-split 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) hai 1 ano
gritlm 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
imatrix 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
infill 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
jeopardy 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) hai 1 ano
llama-bench df270ef745 llama : refactor sampling v2 (#9294) hai 1 ano
llama.android a5b5d9a101 llama.android : fix build (#9350) hai 1 ano
llama.swiftui df270ef745 llama : refactor sampling v2 (#9294) hai 1 ano
llava 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
lookahead 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
lookup 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
main 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
main-cmake-pkg 07a3fc0608 Removes multiple newlines at the end of files that is breaking the editorconfig step of CI. (#8258) hai 1 ano
parallel 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
passkey 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
perplexity 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
quantize 9bc6db28d0 ggml-quants : ternary packing for TriLMs and BitNet b1.58 (#8151) hai 1 ano
quantize-stats df270ef745 llama : refactor sampling v2 (#9294) hai 1 ano
retrieval 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
rpc b72942fac9 Merge commit from fork hai 1 ano
save-load-state 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
server faf69d4237 llama : sanitize invalid tokens (#9357) hai 1 ano
simple 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
speculative 1b9ae5189c common : refactor arg parser (#9308) hai 1 ano
sycl 0478174d59 [SYCL] Updated SYCL device filtering (#8901) hai 1 ano
tokenize 4af8420afb common : remove duplicate function llama_should_add_bos_token (#8778) hai 1 ano
CMakeLists.txt be6d7c0791 examples : remove `finetune` and `train-text-from-scratch` (#8669) hai 1 ano
Miku.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) hai 1 ano
base-translate.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) hai 1 ano
chat-13B.bat d9ad104440 Create chat-13B.bat (#592) %!s(int64=2) %!d(string=hai) anos
chat-13B.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) hai 1 ano
chat-persistent.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) hai 1 ano
chat-vicuna.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) hai 1 ano
chat.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) hai 1 ano
convert_legacy_llama.py 672a6f1018 convert-*.py: GGUF Naming Convention Refactor and Metadata Override Refactor (#7499) hai 1 ano
json_schema_pydantic_example.py 3fd62a6b1c py : type-check all Python scripts with Pyright (#8341) hai 1 ano
json_schema_to_grammar.py 3fd62a6b1c py : type-check all Python scripts with Pyright (#8341) hai 1 ano
llama.vim 125d03a503 llama.vim : added api key support (#5090) %!s(int64=2) %!d(string=hai) anos
llm.vim ad9ddcff6e llm.vim : stop generation at multiple linebreaks, bind to <F2> (#2879) %!s(int64=2) %!d(string=hai) anos
pydantic_models_to_grammar.py 090fca7a07 pydantic : replace uses of __annotations__ with get_type_hints (#8474) hai 1 ano
pydantic_models_to_grammar_examples.py 22f281aa16 examples : Rewrite pydantic_models_to_grammar_examples.py (#8493) hai 1 ano
reason-act.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) hai 1 ano
regex_to_grammar.py e235b267a2 py : switch to snake_case (#8305) hai 1 ano
server-llama2-13B.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) hai 1 ano
server_embd.py 3fd62a6b1c py : type-check all Python scripts with Pyright (#8341) hai 1 ano
ts-type-to-grammar.sh ab9a3240a9 JSON schema conversion: ⚡️ faster repetitions, min/maxLength for strings, cap number length (#6555) hai 1 ano