Vinesh Janarthanan 441b72b91f main : option to disable context shift (#9484) 1 년 전
..
baby-llama 42c76d1358 Threadpool: take 2 (#8672) 1 년 전
batched 6262d13e0b common : reimplement logging (#9418) 1 년 전
batched-bench 6262d13e0b common : reimplement logging (#9418) 1 년 전
batched.swift 0abc6a2c25 llama : llama_perf + option to disable timings during decode (#9355) 1 년 전
benchmark d6a04f872d ggml : hide ggml_object, ggml_cgraph, ggml_hash_set (#9408) 1 년 전
convert-llama2c-to-ggml 6262d13e0b common : reimplement logging (#9418) 1 년 전
cvector-generator 6262d13e0b common : reimplement logging (#9418) 1 년 전
deprecation-warning be6d7c0791 examples : remove `finetune` and `train-text-from-scratch` (#8669) 1 년 전
embedding 6262d13e0b common : reimplement logging (#9418) 1 년 전
eval-callback 6262d13e0b common : reimplement logging (#9418) 1 년 전
export-lora 6262d13e0b common : reimplement logging (#9418) 1 년 전
gbnf-validator df270ef745 llama : refactor sampling v2 (#9294) 1 년 전
gen-docs bfe76d4a17 common : move arg parser code to `arg.cpp` (#9388) 1 년 전
gguf 07283b1a90 gguf : handle null name during init (#8587) 1 년 전
gguf-hash 1666f92dcd gguf-hash : update clib.json to point to original xxhash repo (#8491) 1 년 전
gguf-split e6deac31f7 gguf-split : add basic checks (#9499) 1 년 전
gritlm 6262d13e0b common : reimplement logging (#9418) 1 년 전
imatrix 6262d13e0b common : reimplement logging (#9418) 1 년 전
infill 6262d13e0b common : reimplement logging (#9418) 1 년 전
jeopardy 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 1 년 전
llama-bench 0abc6a2c25 llama : llama_perf + option to disable timings during decode (#9355) 1 년 전
llama.android 5fb5e24811 llama : minor sampling refactor (2) (#9386) 1 년 전
llama.swiftui 5fb5e24811 llama : minor sampling refactor (2) (#9386) 1 년 전
llava 6262d13e0b common : reimplement logging (#9418) 1 년 전
lookahead 6262d13e0b common : reimplement logging (#9418) 1 년 전
lookup 6262d13e0b common : reimplement logging (#9418) 1 년 전
main 441b72b91f main : option to disable context shift (#9484) 1 년 전
main-cmake-pkg 07a3fc0608 Removes multiple newlines at the end of files that is breaking the editorconfig step of CI. (#8258) 1 년 전
parallel 6262d13e0b common : reimplement logging (#9418) 1 년 전
passkey 6262d13e0b common : reimplement logging (#9418) 1 년 전
perplexity 6262d13e0b common : reimplement logging (#9418) 1 년 전
quantize ff76e18516 cmake : fixed the order of linking libraries for llama-quantize (#9450) 1 년 전
quantize-stats df270ef745 llama : refactor sampling v2 (#9294) 1 년 전
retrieval 6262d13e0b common : reimplement logging (#9418) 1 년 전
rpc 5ed087573e readme : add LLMUnity to UI projects (#9381) 1 년 전
save-load-state bfe76d4a17 common : move arg parser code to `arg.cpp` (#9388) 1 년 전
server 6262d13e0b common : reimplement logging (#9418) 1 년 전
simple 6262d13e0b common : reimplement logging (#9418) 1 년 전
speculative 6262d13e0b common : reimplement logging (#9418) 1 년 전
sycl c9c8575a1a enhance run script to be easy to change the parameters (#9448) 1 년 전
tokenize 6262d13e0b common : reimplement logging (#9418) 1 년 전
CMakeLists.txt be6d7c0791 examples : remove `finetune` and `train-text-from-scratch` (#8669) 1 년 전
Miku.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 1 년 전
base-translate.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 1 년 전
chat-13B.bat d9ad104440 Create chat-13B.bat (#592) 2 년 전
chat-13B.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 1 년 전
chat-persistent.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 1 년 전
chat-vicuna.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 1 년 전
chat.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 1 년 전
convert_legacy_llama.py 672a6f1018 convert-*.py: GGUF Naming Convention Refactor and Metadata Override Refactor (#7499) 1 년 전
json_schema_pydantic_example.py 3fd62a6b1c py : type-check all Python scripts with Pyright (#8341) 1 년 전
json_schema_to_grammar.py 3fd62a6b1c py : type-check all Python scripts with Pyright (#8341) 1 년 전
llama.vim 125d03a503 llama.vim : added api key support (#5090) 2 년 전
llm.vim ad9ddcff6e llm.vim : stop generation at multiple linebreaks, bind to <F2> (#2879) 2 년 전
pydantic_models_to_grammar.py 090fca7a07 pydantic : replace uses of __annotations__ with get_type_hints (#8474) 1 년 전
pydantic_models_to_grammar_examples.py 22f281aa16 examples : Rewrite pydantic_models_to_grammar_examples.py (#8493) 1 년 전
reason-act.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 1 년 전
regex_to_grammar.py e235b267a2 py : switch to snake_case (#8305) 1 년 전
server-llama2-13B.sh 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 1 년 전
server_embd.py 3fd62a6b1c py : type-check all Python scripts with Pyright (#8341) 1 년 전
ts-type-to-grammar.sh ab9a3240a9 JSON schema conversion: ⚡️ faster repetitions, min/maxLength for strings, cap number length (#6555) 1 년 전