Cradicle Explorer
llama.cpp
  • Info
  • Issues
  • Patches
  • Wallets
  • Source
    • Source
    • .devops
    • .github
    • ci
    • cmake
    • common
    • docs
    • examples
    • ggml-cuda
    • ggml-sycl
    • gguf-py
    • grammars
    • kompute-shaders
    • media
    • models
    • pocs
    • prompts
    • requirements
    • scripts
    • spm-headers
    • tests
    • .gitignore
    • CMakeLists.txt
    • get-model.cpp
    • get-model.h
    • run-json-schema-to-grammar.mjs
    • test-autorelease.cpp
    • test-backend-ops.cpp
    • test-c.c
    • test-chat-template.cpp
    • test-double-float.cpp
    • test-grad0.cpp
    • test-grammar-integration.cpp
    • test-grammar-parser.cpp
    • test-json-schema-to-grammar.cpp
    • test-llama-grammar.cpp
    • test-model-load-cancel.cpp
    • test-opt.cpp
    • test-quantize-fns.cpp
    • test-quantize-perf.cpp
    • test-rope.cpp
    • test-sampling.cpp
    • test-tokenizer-0.cpp
    • test-tokenizer-0.py
    • test-tokenizer-0.sh
    • test-tokenizer-1-bpe.cpp
    • test-tokenizer-1-spm.cpp
    • test-tokenizer-random.py
    • vulkan-shaders
    • .clang-tidy
    • .dockerignore
    • .ecrc
    • .editorconfig
    • .flake8
    • .gitignore
    • .gitmodules
    • .pre-commit-config.yaml
    • AUTHORS
    • CMakeLists.txt
    • CMakePresets.json
    • CONTRIBUTING.md
    • LICENSE
    • Makefile
    • Package.swift
    • README-sycl.md
    • README.md
    • SECURITY.md
    • codecov.yml
    • convert-hf-to-gguf-update.py
    • convert-hf-to-gguf.py
    • convert-llama-ggml-to-gguf.py
    • flake.lock
    • flake.nix
    • ggml-alloc.c
    • ggml-alloc.h
    • ggml-backend-impl.h
    • ggml-backend.c
    • ggml-backend.h
    • ggml-blas.cpp
    • ggml-blas.h
    • ggml-common.h
    • ggml-cuda.cu
    • ggml-cuda.h
    • ggml-impl.h
    • ggml-kompute.cpp
    • ggml-kompute.h
    • ggml-metal.h
    • ggml-metal.m
    • ggml-metal.metal
    • ggml-quants.c
    • ggml-quants.h
    • ggml-rpc.cpp
    • ggml-rpc.h
    • ggml-sycl.cpp
    • ggml-sycl.h
    • ggml-vulkan-shaders.hpp
    • ggml-vulkan.cpp
    • ggml-vulkan.h
    • ggml.c
    • ggml.h
    • ggml_vk_generate_shaders.py
    • kompute
    • llama.cpp
    • llama.h
    • mypy.ini
    • pyrightconfig.json
    • requirements.txt
    • sgemm.cpp
    • sgemm.h
    • unicode-data.cpp
    • unicode-data.h
    • unicode.cpp
    • unicode.h
/ tests /
.. .gitignore CMakeLists.txt get-model.cpp get-model.h run-json-schema-to-grammar.mjs test-autorelease.cpp test-backend-ops.cpp test-c.c test-chat-template.cpp test-double-float.cpp test-grad0.cpp test-grammar-integration.cpp test-grammar-parser.cpp test-json-schema-to-grammar.cpp test-llama-grammar.cpp test-model-load-cancel.cpp test-opt.cpp test-quantize-fns.cpp test-quantize-perf.cpp test-rope.cpp test-sampling.cpp test-tokenizer-0.cpp test-tokenizer-0.py test-tokenizer-0.sh test-tokenizer-1-bpe.cpp test-tokenizer-1-spm.cpp test-tokenizer-random.py