You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
John Balis 48aa8fd1f2
ggml : add `ggml_upscale_ext` (ggml/814)
1 day ago
..
.gitignore tests : gitignore ggml-common.h 2 months ago
CMakeLists.txt llama : lookup word in vocab before doing BPE merges (#7193) 5 days ago
get-model.cpp ci : add model tests + script wrapper (#4586) 3 months ago
get-model.h ci : add model tests + script wrapper (#4586) 3 months ago
run-json-schema-to-grammar.mjs json-schema-to-grammar improvements (+ added to server) (#5978) 1 month ago
test-autorelease.cpp ggml : add numa options (#5377) 3 months ago
test-backend-ops.cpp ggml : add `ggml_upscale_ext` (ggml/814) 1 day ago
test-c.c Nomic Vulkan backend (#4456) 3 months ago
test-chat-template.cpp llama : add phi 3 chat template (#6857) 3 weeks ago
test-double-float.cpp ggml : move FP16 <-> FP32 code to ggml-impl.h (#3861) 6 months ago
test-grad0.cpp cuda : improve cuda pool efficiency using virtual memory (#4606) 4 months ago
test-grammar-integration.cpp Add left recursion check: quit early instead of going into an infinite loop (#7083) 2 days ago
test-grammar-parser.cpp ggml, common, examples, tests : fixed type arguments in printf (#5528) 2 months ago
test-json-schema-to-grammar.cpp JSON: [key] -> .at(key), assert() -> GGML_ASSERT (#7143) 1 week ago
test-llama-grammar.cpp ggml, common, examples, tests : fixed type arguments in printf (#5528) 2 months ago
test-model-load-cancel.cpp ggml : add numa options (#5377) 3 months ago
test-opt.cpp code : normalize enum names (#5697) 2 months ago
test-quantize-fns.cpp tests : include IQ2_XXS and IQ2_XS in test-quantize-fns (#6303) 1 month ago
test-quantize-perf.cpp ggml : add mmla kernels for quantized GEMM (#4966) 3 months ago
test-rope.cpp llama : custom attention mask + parallel decoding + no context swaps (#3228) 7 months ago
test-sampling.cpp sampling: fix top_k <= 0 (#5388) 3 months ago
test-tokenizer-0.cpp tests : add test-tokenizer-0.sh + fix some tokenizers (#7036) 1 week ago
test-tokenizer-0.py py : logging and flake8 suppression refactoring (#7081) 1 week ago
test-tokenizer-0.sh tests : add test-tokenizer-0.sh + fix some tokenizers (#7036) 1 week ago
test-tokenizer-1-bpe.cpp llama : lookup word in vocab before doing BPE merges (#7193) 5 days ago
test-tokenizer-1-spm.cpp llama : fix BPE pre-tokenization (#6920) 2 weeks ago
test-tokenizer-random.py llama3 custom regex split (#6965) 1 week ago