Olivier Chafik 9b2f16f805 `json`: better support for "type" unions (e.g. nullable arrays w/ typed items) (#7863) před 1 rokem
..
.gitignore 2c4f566c88 tests : gitignore ggml-common.h před 1 rokem
CMakeLists.txt 0c27e6f62e ggml : fix loongson compile warnings (#7537) před 1 rokem
get-model.cpp 413e7b0559 ci : add model tests + script wrapper (#4586) před 2 roky
get-model.h 413e7b0559 ci : add model tests + script wrapper (#4586) před 2 roky
run-json-schema-to-grammar.mjs 5b7b0ac8df json-schema-to-grammar improvements (+ added to server) (#5978) před 1 rokem
test-autorelease.cpp f486f6e1e5 ggml : add numa options (#5377) před 1 rokem
test-backend-ops.cpp b6b9a8e606 fix CI failures (#8066) před 1 rokem
test-c.c fbf1ddec69 Nomic Vulkan backend (#4456) před 1 rokem
test-chat-template.cpp 48e6b92cc3 Add chat template support for llama-cli (#8068) před 1 rokem
test-double-float.cpp 207b51900e ggml : move FP16 <-> FP32 code to ggml-impl.h (#3861) před 2 roky
test-grad0.cpp 2b3389677a ggml : refactor rope norm/neox (#7634) před 1 rokem
test-grammar-integration.cpp 9b2f16f805 `json`: better support for "type" unions (e.g. nullable arrays w/ typed items) (#7863) před 1 rokem
test-grammar-parser.cpp 55b2d0849d grammars: x{min,max} repetition operator (#6640) před 1 rokem
test-json-schema-to-grammar.cpp 9b2f16f805 `json`: better support for "type" unions (e.g. nullable arrays w/ typed items) (#7863) před 1 rokem
test-llama-grammar.cpp e6bf007744 llama : return nullptr from llama_grammar_init (#8093) před 1 rokem
test-model-load-cancel.cpp f486f6e1e5 ggml : add numa options (#5377) před 1 rokem
test-opt.cpp ab336a9d5e code : normalize enum names (#5697) před 1 rokem
test-quantize-fns.cpp 1f2fd4e727 tests : include IQ2_XXS and IQ2_XS in test-quantize-fns (#6303) před 1 rokem
test-quantize-perf.cpp a07d0fee1f ggml : add mmla kernels for quantized GEMM (#4966) před 1 rokem
test-rope.cpp 2b3389677a ggml : refactor rope norm/neox (#7634) před 1 rokem
test-sampling.cpp 26d4efd11e sampling: fix top_k <= 0 (#5388) před 1 rokem
test-tokenizer-0.cpp 92139b90af tests : add test-tokenizer-0.sh + fix some tokenizers (#7036) před 1 rokem
test-tokenizer-0.py 6fbd432211 py : logging and flake8 suppression refactoring (#7081) před 1 rokem
test-tokenizer-0.sh edc29433fa tests : fix test-tokenizer-0.sh před 1 rokem
test-tokenizer-1-bpe.cpp f99e1e456e llama : lookup word in vocab before doing BPE merges (#7193) před 1 rokem
test-tokenizer-1-spm.cpp f4ab2a4147 llama : fix BPE pre-tokenization (#6920) před 1 rokem
test-tokenizer-random.py 37bef89433 tokenizer : BPE fixes (#7530) před 1 rokem