A well-known project done right. Strong docs and solid engineering throughout.
:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Documentation
92
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Contributing guide is detailed and thorough.
Engineering
78
CI is configured (.github/workflows/build-aarch64-native.yaml).
Test files detected (.github/bug_checker/tests).
Lockfile present (models/common/tests/requirements.txt). Installs are reproducible.
Linter or formatter configured ([tool.ruff] / [tool.black] in pyproject.toml).
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
- —Commits (30d / 90d)
- 512Forks
- 179Releaseslatest 2y ago
Community
- —Community health
- —authors own >50% of commits
- 1,540Watchers
Responsiveness
- 213d 17hMedian issue response
- 3hMedian PR merge time
- 5,385Open issues
Repository files49 root entries
- .cursor
- .githubGood: Test files detected (.github/bug_checker/tests).Good: CI is configured (.github/workflows/build-aarch64-native.yaml).Good: Issue or PR templates present.
- cmake
- contributing
- dockerfileGood: Environment pinned via dockerfile.
- docs
- infra
- model_tracer
- modelsGood: Lockfile present (models/common/tests/requirements.txt). Installs are reproducible.
- releases
- scripts
- tech_reports
- tests
- third_party
- tools
- tt_metal
- tt_stl
- tt-train
- ttnn
- .clang-format
- .clang-format-ignore
- .clang-tidy
- .codechecker.json
- .codechecker.skiplist
- .gersemirc
- .git-blame-ignore-revs
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- .pre-commit-config.yaml
- .yamllint
- build_metal.sh
- CMakeLists.txt
- CMakePresets.json
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- conftest.py
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- create_venv.sh
- install_dependencies.sh
- INSTALLING.md
- LICENSEGood: Licensed under Apache-2.0.
- LICENSE_understanding.txt
- MANIFEST.in
- METALIUM_GUIDE.md
- NOTICE
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- pytest.ini
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.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.
- setup.py