Diego Devesa 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
..
baby-llama 42c76d1358 Threadpool: take 2 (#8672) 1 年間 前
batched 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
batched-bench 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
batched.swift 0abc6a2c25 llama : llama_perf + option to disable timings during decode (#9355) 1 年間 前
convert-llama2c-to-ggml 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
cvector-generator 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
deprecation-warning be6d7c0791 examples : remove `finetune` and `train-text-from-scratch` (#8669) 1 年間 前
embedding 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
eval-callback 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
export-lora 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
gbnf-validator df270ef745 llama : refactor sampling v2 (#9294) 1 年間 前
gen-docs 7eee341bee common : use common_ prefix for common library functions (#9805) 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 76b37d1541 gguf-split : improve --split and --merge logic (#9619) 1 年間 前
gritlm 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
imatrix 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
infill 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
jeopardy 1c641e6aac `build`: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 1 年間 前
llama-bench 0e9f760eb1 rpc : add backend registry / device interfaces (#9812) 1 年間 前
llama.android 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
llama.swiftui 5fb5e24811 llama : minor sampling refactor (2) (#9386) 1 年間 前
llava 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
lookahead 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
lookup 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
main 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
main-cmake-pkg 07a3fc0608 Removes multiple newlines at the end of files that is breaking the editorconfig step of CI. (#8258) 1 年間 前
parallel 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
passkey 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
perplexity 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
quantize 63351143b2 quantize : improve type name parsing (#9570) 1 年間 前
quantize-stats dca1d4b58a ggml : fix BLAS with unsupported types (#9775) 1 年間 前
retrieval 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
rpc 0e9f760eb1 rpc : add backend registry / device interfaces (#9812) 1 年間 前
save-load-state 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
server 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
simple c7499c557c examples : do not use common library in simple example (#9803) 1 年間 前
speculative 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
sycl faf67b3de4 [SYCL]set context default value to avoid memory issue, update guide (#9476) 1 年間 前
tokenize 7eee341bee common : use common_ prefix for common library functions (#9805) 1 年間 前
CMakeLists.txt 148844fe97 examples : remove benchmark (#9704) 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 年間 前
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 年間 前