A landmark open source project with strong engineering quality.
LLM inference in C/C++
Documentation
96
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
87
Lockfile present (requirements.txt). Installs are reproducible.
Test files detected (examples/llama.android/lib/src/androidTest/java/android/llama/cpp/ExampleInstrumentedTest.kt).
CI is configured (.github/workflows/build-3rd-party.yml).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (pyproject.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 347 / 1209Commits (30d / 90d)
- 19,888Forks
- 1000Releaseslatest 3mo ago
Community
- 75% - GoodCommunity health
- 5 bus factorauthors own >50% of commits
- 117,985Watchers
Responsiveness
- <1hMedian issue response
- 6hMedian PR merge time
- 1,857Open issues
Repository files57 root entries
- .devops
- .gemini
- .githubGood: CI is configured (.github/workflows/build-3rd-party.yml).Good: Issue or PR templates present.
- .pi
- app
- benches
- ci
- cmake
- common
- conversion
- docs
- examplesGood: Test files detected (examples/llama.android/lib/src/androidTest/java/android/llama/cpp/ExampleInstrumentedTest.kt).
- ggml
- gguf-py
- grammars
- include
- licenses
- media
- models
- pocs
- requirements
- scripts
- src
- tests
- tools
- vendor
- .clang-format
- .clang-tidy
- .dockerignore
- .ecrc
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .flake8
- .gitignoreGood: .gitignore present.
- .gitmodules
- .pre-commit-config.yaml
- AGENTS.md
- AUTHORS
- build-xcframework.sh
- CLAUDE.md
- CMakeLists.txt
- CMakePresets.json
- CODEOWNERS
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- convert_hf_to_gguf_update.py
- convert_hf_to_gguf.py
- convert_llama_ggml_to_gguf.py
- convert_lora_to_gguf.py
- flake.nix
- LICENSEGood: Licensed under MIT.
- Makefile
- mypy.ini
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- pyrightconfig.json
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.
- SECURITY.mdGood: Security policy present.
- ty.toml