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

TPU inference for vLLM, with unified JAX and PyTorch support.

Documentation

78

Install and run instructions9pt45

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

README12pt85

README is present.

Contributing guide5pt92

Contributing guide is detailed and thorough.

License6pt100

Licensed under Apache-2.0.

Engineering

72

Linting and formatting5pt0

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/CD14pt72

CI is configured (.github/workflows/check_ready_label.yml).

Tests18pt80

Test files detected (examples/disagg/test_disagg_correctness.py).

Reproducibility6pt80

Lockfile present (requirements.txt). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

86

Dependency manifest6pt55

Dependency manifest found (pyproject.toml).

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)
  • 228
    Forks
  • 8
    Releaseslatest 1d ago

Community

  • 62% - Fair
    Community health
  • 6 bus factor
    authors own >50% of commits
  • 364
    Watchers

Responsiveness

  • 1d 5h
    Median issue response
  • <1h
    Median PR merge time
  • 322
    Open issues
Repository files27 root entries
  • .buildkite
  • .github
    Good: CI is configured (.github/workflows/check_ready_label.yml).
    Good: Issue or PR templates present.
  • docker
    Good: Environment pinned via docker/Dockerfile.
  • docs
  • examples
    Good: Test files detected (examples/disagg/test_disagg_correctness.py).
  • scripts
  • support_matrices
  • tests
  • tools
  • tpu_inference
  • .coveragerc
  • .dockerignore
  • .gitignore
    Good: .gitignore present.
  • .pre-commit-config.yaml
  • .readthedocs.yaml
  • CONTRIBUTING.md
    Good: 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
  • LICENSE
    Good: Licensed under Apache-2.0.
  • MANIFEST.in
  • mkdocs.yml
  • pyproject.toml
    Good: Dependency manifest found (pyproject.toml).
  • README.md
    Good: 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.txt
    Good: Lockfile present (requirements.txt). Installs are reproducible.
  • setup.py
  • verified_commit_hashes.csv