76
/ 100
Good shape overall. A few tweaks would push it into the top tier.
TPU inference for vLLM, with unified JAX and PyTorch support.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.
- 2CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 3CI/CD14pt
Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
- 4README12pt
Show a quick-start snippet so contributors can see what using your project looks like.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
78
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
Contributing guide is detailed and thorough.
Licensed under Apache-2.0.
Engineering
72
No linter or formatter configured.
→ Add [tool.ruff] to pyproject.toml. Ruff handles linting and formatting in one tool and replaces flake8, isort, and black.
CI is configured (.github/workflows/check_ready_label.yml).
Test files detected (examples/disagg/test_disagg_correctness.py).
Lockfile present (requirements.txt). Installs are reproducible.
Issue or PR templates present.
Project health
86
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)
- 228Forks
- 8Releaseslatest 1mo ago
Community
- 62% - FairCommunity health
- 6 bus factorauthors own >50% of commits
- 364Watchers
Responsiveness
- 1d 5hMedian issue response
- <1hMedian PR merge time
- 322Open issues
Repository files27 root entries
- .buildkite
- .githubGood: CI is configured (.github/workflows/check_ready_label.yml).Good: Issue or PR templates present.
- dockerGood: Environment pinned via docker/Dockerfile.
- docs
- examplesGood: Test files detected (examples/disagg/test_disagg_correctness.py).
- scripts
- support_matrices
- tests
- tools
- tpu_inference
- .coveragerc
- .dockerignore
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- .readthedocs.yaml
- 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.Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- DCO
- LICENSEGood: Licensed under Apache-2.0.
- MANIFEST.in
- mkdocs.yml
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- 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.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- requirements_benchmarking.txt
- requirements_test.txt
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.
- setup.py
- verified_commit_hashes.csv
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/vllm-project/tpu-inference)