Olivier Chafik 5cf5e7d490 `build`: generate hex dump of server assets during build (#6661) il y a 1 an
..
baby-llama ab336a9d5e code : normalize enum names (#5697) il y a 1 an
batched b97bc3966e llama : support Llama 3 HF conversion (#6745) il y a 1 an
batched-bench 87e21bbacd bench : make n_batch and n_ubatch configurable in Batched bench (#6500) il y a 1 an
batched.swift 40f74e4d73 llama : add option to render special/control tokens (#6807) il y a 1 an
beam-search b97bc3966e llama : support Llama 3 HF conversion (#6745) il y a 1 an
benchmark 5b09797321 ggml : remove old quantization functions (#5942) il y a 1 an
convert-llama2c-to-ggml 2ab4f00d25 llama2c : open file as binary (#6332) il y a 1 an
embedding 1b67731e18 BERT tokenizer fixes (#6498) il y a 1 an
eval-callback 4bd0f93e4a model: support arch `DbrxForCausalLM` (#6515) il y a 1 an
export-lora 6e4e973b26 ci : add an option to fail on compile warning (#3952) il y a 1 an
finetune ab336a9d5e code : normalize enum names (#5697) il y a 1 an
gbnf-validator cbaadc9294 grammars: 1.5x faster inference w/ complex grammars (vector reserves / reuses) (#6609) il y a 1 an
gguf 8228b66dbc gguf : add option to not check tensor data (#6582) il y a 1 an
gguf-split 8800226d65 Fix --split-max-size (#6655) il y a 1 an
gritlm 8a56075b07 gritlm : add --outdir option to hf.sh script (#6699) il y a 1 an
imatrix 0d56246f4b ggml : group all experts in a single ggml_mul_mat_id (#6505) il y a 1 an
infill b97bc3966e llama : support Llama 3 HF conversion (#6745) il y a 1 an
jeopardy a8777ad84e parallel : add option to load external prompt file (#3416) il y a 2 ans
llama-bench 8cc91dc63c ggml : add llamafile sgemm (#6414) il y a 1 an
llama.android b97bc3966e llama : support Llama 3 HF conversion (#6745) il y a 1 an
llama.swiftui 40f74e4d73 llama : add option to render special/control tokens (#6807) il y a 1 an
llava 89b0bf0d5d llava : use logger in llava-cli (#6797) il y a 1 an
lookahead b97bc3966e llama : support Llama 3 HF conversion (#6745) il y a 1 an
lookup b97bc3966e llama : support Llama 3 HF conversion (#6745) il y a 1 an
main b97bc3966e llama : support Llama 3 HF conversion (#6745) il y a 1 an
main-cmake-pkg 280345968d cuda : rename build flag to LLAMA_CUDA (#6299) il y a 1 an
parallel b97bc3966e llama : support Llama 3 HF conversion (#6745) il y a 1 an
passkey b97bc3966e llama : support Llama 3 HF conversion (#6745) il y a 1 an
perplexity 58227ffdeb perplexity : require positive --ctx-size arg (#6695) il y a 1 an
quantize 5c4d767ac0 chore: Fix markdown warnings (#6625) il y a 1 an
quantize-stats 52bb63c708 refactor : switch to emplace_back to avoid extra object (#5291) il y a 1 an
retrieval 64e7b47c69 examples : add "retrieval" (#6193) il y a 1 an
save-load-state beea6e1b16 llama : save and restore kv cache for single seq id (#6341) il y a 1 an
server 5cf5e7d490 `build`: generate hex dump of server assets during build (#6661) il y a 1 an
simple b97bc3966e llama : support Llama 3 HF conversion (#6745) il y a 1 an
speculative b97bc3966e llama : support Llama 3 HF conversion (#6745) il y a 1 an
sycl de17e3f745 fix memcpy() crash, add missed cmd in guide, fix softmax (#6622) il y a 1 an
tokenize 1b67731e18 BERT tokenizer fixes (#6498) il y a 1 an
train-text-from-scratch 8b1b1f4982 train : add general name (#6752) il y a 1 an
CMakeLists.txt b804b1ef77 eval-callback: Example how to use eval callback for debugging (#6576) il y a 1 an
Miku.sh 019fe257bb MIKU MAYHEM: Upgrading the Default Model for Maximum Fun 🎉 (#2287) il y a 2 ans
alpaca.sh a17a2683d8 alpaca.sh : update model file name (#2074) il y a 2 ans
base-translate.sh 96e80dabc6 examples : improve base-translate.sh script (#4783) il y a 2 ans
chat-13B.bat d9ad104440 Create chat-13B.bat (#592) il y a 2 ans
chat-13B.sh 6daa09d879 examples : read chat prompts from a template file (#1196) il y a 2 ans
chat-persistent.sh ac2219fef3 llama : fix session saving/loading (#3400) il y a 2 ans
chat-vicuna.sh c36e81da62 examples : add chat-vicuna.sh (#1854) il y a 2 ans
chat.sh 8341a25957 main : log file (#2748) il y a 2 ans
gpt4all.sh 107980d970 examples : add -n to alpaca and gpt4all scripts (#706) il y a 2 ans
json-schema-pydantic-example.py 5b7b0ac8df json-schema-to-grammar improvements (+ added to server) (#5978) il y a 1 an
json_schema_to_grammar.py ab9a3240a9 JSON schema conversion: ⚡️ faster repetitions, min/maxLength for strings, cap number length (#6555) il y a 1 an
llama.vim 125d03a503 llama.vim : added api key support (#5090) il y a 2 ans
llama2-13b.sh 73643f5fb1 gitignore : changes for Poetry users + chat examples (#2284) il y a 2 ans
llama2.sh 73643f5fb1 gitignore : changes for Poetry users + chat examples (#2284) il y a 2 ans
llm.vim ad9ddcff6e llm.vim : stop generation at multiple linebreaks, bind to <F2> (#2879) il y a 2 ans
make-ggml.py ac43576124 make-ggml.py : compatibility with more models and GGUF (#3290) il y a 2 ans
pydantic-models-to-grammar-examples.py d292f4f204 examples : make pydantic scripts pass mypy and support py3.8 (#5099) il y a 2 ans
pydantic_models_to_grammar.py d292f4f204 examples : make pydantic scripts pass mypy and support py3.8 (#5099) il y a 2 ans
reason-act.sh 7c2227a197 chmod : make scripts executable (#2675) il y a 2 ans
regex-to-grammar.py ab9a3240a9 JSON schema conversion: ⚡️ faster repetitions, min/maxLength for strings, cap number length (#6555) il y a 1 an
server-embd.py 2002bc96bf server : refactor (#5882) il y a 1 an
server-llama2-13B.sh 7c2227a197 chmod : make scripts executable (#2675) il y a 2 ans
ts-type-to-grammar.sh ab9a3240a9 JSON schema conversion: ⚡️ faster repetitions, min/maxLength for strings, cap number length (#6555) il y a 1 an