0
/ 100
Polished work that hasn't found its audience yet.
Tensors and Dynamic neural networks in Python with strong GPU acceleration
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
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 4CI/CD14pt
Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
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
97
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under Other.
Engineering
82
CI is configured (.github/workflows/build_linux_binaries.yml).
Test files detected (android/pytorch_android/src/androidTest/java/org/pytorch/PytorchHostTests.java).
Lockfile present (requirements.txt). Installs are reproducible.
Linter or formatter configured (.flake8).
Issue or PR templates present.
Project health
75
No pushes in over 2 years. Looks unmaintained (−95 pts).
→ A recent commit signals the project is alive and worth using.
Dependency manifest found (requirements.txt).
Repository has a description.
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 0Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 0Watchers
Responsiveness
- -Median issue response
- -Median PR merge time
- 0Open issues
Repository files55 root entries
- .circleciGood: Environment pinned via .circleci/docker/centos-rocm/Dockerfile.Good: .gitignore present.
- .ctags.d
- .githubGood: CI is configured (.github/workflows/build_linux_binaries.yml).Good: Issue or PR templates present.
- .jenkins
- androidGood: Test files detected (android/pytorch_android/src/androidTest/java/org/pytorch/PytorchHostTests.java).
- aten
- benchmarks
- binaries
- c10
- caffe2
- cmake
- docker
- docs
- ios
- modules
- scripts
- submodules
- test
- third_party
- tools
- torch
- .bazelrc
- .bazelversion
- .clang-format
- .clang-tidy
- .cmakelintrc
- .dockerignore
- .flake8Good: Linter or formatter configured (.flake8).
- .gitattributes
- .gitignore
- .gitmodules
- .nojekyll
- aten.bzl
- BUILD.bazel
- CITATION
- CMakeLists.txt
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- codecov.yml
- CODEOWNERS
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- docker.Makefile
- Dockerfile
- GLOSSARY.md
- LICENSEGood: Licensed under Other.
- Makefile
- mypy-strict.ini
- mypy.ini
- NOTICE
- 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-flake8.txt
- requirements.txtGood: Lockfile present (requirements.txt). Installs are reproducible.Good: Dependency manifest found (requirements.txt).
- setup.py
- ubsan.supp
- version.txt
- WORKSPACE
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/yselivonchyk/pytorch)