tenstorrent/tt-forge

0

/ 100

JavaScript300Apache-2.01d ago
Grade a repo

Good shape overall. A few tweaks would push it into the top tier.

Tenstorrent's MLIR Based Compiler. We aim to enable developers to run AI on all configurations of Tenstorrent hardware, through an open-source, general, and performant compiler.

Documentation

93

README12pt90

README is present.

Install and run instructions9pt90

README documents how to install the project.

Contributing guide5pt97

Contributing guide is detailed and thorough.

License6pt100

Licensed under Apache-2.0.

Engineering

68

Linting and formatting5pt0

No linter or formatter config found.

Add a linter config such as .eslintrc.json, .prettierrc, ruff.toml, or .golangci.yml to enforce consistent code style.

CI/CD14pt57

CI is configured (.github/workflows/test-superset-api.yml).

Tests18pt80

Test files detected (basic_tests/tt-forge-onnx/demo_test.py).

Reproducibility6pt82

Lockfile present (demos/tt-xla/cnn/requirements.txt). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (demos/tt-xla/cnn/requirements.txt).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 47
    Forks
  • 444
    Releaseslatest 1y ago

Community

  • Community health
  • authors own >50% of commits
  • 300
    Watchers

Responsiveness

  • 69d 5h
    Median issue response
  • 22h
    Median PR merge time
  • 125
    Open issues
Repository files16 root entries
  • .github
    Good: CI is configured (.github/workflows/test-superset-api.yml).
    Good: Dependabot configured for devcontainers.
    Good: Issue or PR templates present.
  • basic_tests
    Good: Test files detected (basic_tests/tt-forge-onnx/demo_test.py).
  • demos
    Good: Lockfile present (demos/tt-xla/cnn/requirements.txt). Installs are reproducible.
    Good: Dependency manifest found (demos/tt-xla/cnn/requirements.txt).
  • docs
  • scripts
  • skills
  • third_party
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • .pre-commit-config.yaml
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Good: Contributing guide includes setup/install instructions.
    Good: Contributing guide describes code style expectations.
    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.
  • LICENSE
    Good: Licensed under Apache-2.0.
  • LICENSE_understanding.txt
  • README.md
    Good: 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.
    Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.
    Good: README documents how to install the project.
    Good: README documents how to run the project.