Johannes Gäßler 20385cebcc perplexity: update README FP16 results [no ci] (#7413) 1 год назад
..
baby-llama ab336a9d5e code : normalize enum names (#5697) 1 год назад
batched b97bc3966e llama : support Llama 3 HF conversion (#6745) 1 год назад
batched-bench 9c67c2773d ggml : add Flash Attention (#5021) 1 год назад
batched.swift 40f74e4d73 llama : add option to render special/control tokens (#6807) 1 год назад
beam-search b97bc3966e llama : support Llama 3 HF conversion (#6745) 1 год назад
benchmark 5b09797321 ggml : remove old quantization functions (#5942) 1 год назад
convert-llama2c-to-ggml 07cd41d096 TypoFix (#7162) 1 год назад
embedding ea3b0590ee embedding : free the batch after execution (#7297) 1 год назад
eval-callback eaf4bd8b39 eval-callback : fix conversion to float (#7184) 1 год назад
export-lora 6e4e973b26 ci : add an option to fail on compile warning (#3952) 1 год назад
finetune 3855416027 ggml : introduce bfloat16 support (#6412) 1 год назад
gbnf-validator cbaadc9294 grammars: 1.5x faster inference w/ complex grammars (vector reserves / reuses) (#6609) 1 год назад
gguf 8228b66dbc gguf : add option to not check tensor data (#6582) 1 год назад
gguf-split 842500144e gguf-split: add --no-tensor-first-split (#7072) 1 год назад
gritlm 8a56075b07 gritlm : add --outdir option to hf.sh script (#6699) 1 год назад
imatrix 48b2f9c1fc Fixed save_imatrix to match old behaviour for MoE (#7099) 1 год назад
infill b97bc3966e llama : support Llama 3 HF conversion (#6745) 1 год назад
jeopardy a8777ad84e parallel : add option to load external prompt file (#3416) 2 лет назад
llama-bench e849648888 llama-bench : add pp+tg test type (#7199) 1 год назад
llama.android 854d365aba cmake : update android comments (#7341) 1 год назад
llama.swiftui 40f74e4d73 llama : add option to render special/control tokens (#6807) 1 год назад
llava 344f9126cc ggml : tag ggml_tensor::backend as deprecated (#7290) 1 год назад
lookahead b97bc3966e llama : support Llama 3 HF conversion (#6745) 1 год назад
lookup 28103f4832 Server: fix seed for multiple slots (#6835) 1 год назад
main 4e3880978f Fix memory bug in grammar parser (#7194) 1 год назад
main-cmake-pkg b8a7a5a90f build(cmake): simplify instructions (`cmake -B build && cmake --build build ...`) (#6964) 1 год назад
parallel b97bc3966e llama : support Llama 3 HF conversion (#6745) 1 год назад
passkey b97bc3966e llama : support Llama 3 HF conversion (#6745) 1 год назад
perplexity 20385cebcc perplexity: update README FP16 results [no ci] (#7413) 1 год назад
quantize 2789baf480 tests : fix --keep_split -> --keep-split (#7374) 1 год назад
quantize-stats 8843a98c2b Improve usability of --model-url & related flags (#6930) 1 год назад
retrieval 64e7b47c69 examples : add "retrieval" (#6193) 1 год назад
rpc f4bd8b3d26 rpc : set SO_REUSEADDR for the server socket (#7320) 1 год назад
save-load-state beea6e1b16 llama : save and restore kv cache for single seq id (#6341) 1 год назад
server 3bc10cb485 server : fix temperature + disable some tests (#7409) 1 год назад
simple b97bc3966e llama : support Llama 3 HF conversion (#6745) 1 год назад
speculative b97bc3966e llama : support Llama 3 HF conversion (#6745) 1 год назад
sycl 04976db7a8 docs: fix typos (#7124) 1 год назад
tokenize 1b67731e18 BERT tokenizer fixes (#6498) 1 год назад
train-text-from-scratch 8b1b1f4982 train : add general name (#6752) 1 год назад
CMakeLists.txt 5e31828d3e ggml : add RPC backend (#6829) 1 год назад
Miku.sh 019fe257bb MIKU MAYHEM: Upgrading the Default Model for Maximum Fun 🎉 (#2287) 2 лет назад
alpaca.sh a17a2683d8 alpaca.sh : update model file name (#2074) 2 лет назад
base-translate.sh 96e80dabc6 examples : improve base-translate.sh script (#4783) 2 лет назад
chat-13B.bat d9ad104440 Create chat-13B.bat (#592) 2 лет назад
chat-13B.sh 6daa09d879 examples : read chat prompts from a template file (#1196) 2 лет назад
chat-persistent.sh ac2219fef3 llama : fix session saving/loading (#3400) 2 лет назад
chat-vicuna.sh c36e81da62 examples : add chat-vicuna.sh (#1854) 2 лет назад
chat.sh 8341a25957 main : log file (#2748) 2 лет назад
gpt4all.sh 107980d970 examples : add -n to alpaca and gpt4all scripts (#706) 2 лет назад
json-schema-pydantic-example.py 5b7b0ac8df json-schema-to-grammar improvements (+ added to server) (#5978) 1 год назад
json_schema_to_grammar.py ab9a3240a9 JSON schema conversion: ⚡️ faster repetitions, min/maxLength for strings, cap number length (#6555) 1 год назад
llama.vim 125d03a503 llama.vim : added api key support (#5090) 2 лет назад
llama2-13b.sh 73643f5fb1 gitignore : changes for Poetry users + chat examples (#2284) 2 лет назад
llama2.sh 73643f5fb1 gitignore : changes for Poetry users + chat examples (#2284) 2 лет назад
llm.vim ad9ddcff6e llm.vim : stop generation at multiple linebreaks, bind to <F2> (#2879) 2 лет назад
make-ggml.py ac43576124 make-ggml.py : compatibility with more models and GGUF (#3290) 2 лет назад
pydantic-models-to-grammar-examples.py d292f4f204 examples : make pydantic scripts pass mypy and support py3.8 (#5099) 2 лет назад
pydantic_models_to_grammar.py d292f4f204 examples : make pydantic scripts pass mypy and support py3.8 (#5099) 2 лет назад
reason-act.sh 7c2227a197 chmod : make scripts executable (#2675) 2 лет назад
regex-to-grammar.py ab9a3240a9 JSON schema conversion: ⚡️ faster repetitions, min/maxLength for strings, cap number length (#6555) 1 год назад
server-embd.py 2002bc96bf server : refactor (#5882) 1 год назад
server-llama2-13B.sh 7c2227a197 chmod : make scripts executable (#2675) 2 лет назад
ts-type-to-grammar.sh ab9a3240a9 JSON schema conversion: ⚡️ faster repetitions, min/maxLength for strings, cap number length (#6555) 1 год назад