# karpathy/nanoGPT SLOC report

> As of 2026-08-12 (commit 3adf61e154c3), karpathy/nanoGPT contains 1,927 total lines: 1,137 code, 527 comments, 263 blank, across 21 files in 3 languages (top: Python 76.8%). Counted with tokei via OctoCounts.

OctoCounts produced this report by resolving karpathy/nanoGPT to commit 3adf61e154c3, downloading the repository source archive, and counting every source file with tokei, the open-source line counter written in Rust. The table below breaks the count down by programming language into files, total lines, code lines, comment lines, and blank lines, so the figures can be compared across languages and projects. Results are cached by commit, tokei version, and analysis options, so counting the same revision again reproduces exactly these numbers.

## Repository size insights

This is a small codebase by counted code lines. Code represents 59.0% of all lines, comments represent 27.3%, and the repository averages 54 code lines per file. Python accounts for 76.8% of counted code.

| Language | Files | Lines | Code | Comments | Blanks |
| --- | ---: | ---: | ---: | ---: | ---: |
| Python | 15 | 1,220 | 873 | 218 | 129 |
| Jupyter Notebooks | 2 | 438 | 264 | 129 | 45 |
| Markdown | 4 | 269 | 0 | 180 | 89 |

Top language (Python 76.8%). Generated at 2026-08-12T08:03:50.757508127+00:00. Canonical report: https://octocounts.com/github/karpathy/nanoGPT

## Report FAQ

### How many lines of code does karpathy/nanoGPT have?

karpathy/nanoGPT has 1,927 total lines, including 1,137 code lines, 527 comment lines, and 263 blank lines.

### How was the karpathy/nanoGPT line count measured?

OctoCounts resolved the public GitHub repository to commit 3adf61e154c3, downloaded the source archive, counted it with tokei, and cached the report by commit, tokei version, and analysis options.

### What commit was counted for karpathy/nanoGPT?

This OctoCounts report was generated from master at commit 3adf61e154c3 on 2026-08-12T08:03:50.757508127+00:00.

## Similar repository reports

- [oil-oil/beautify-github-readme](https://octocounts.com/github/oil-oil/beautify-github-readme) — Python, 1,121 code lines
- [igmunv/cryptolayer](https://octocounts.com/github/igmunv/cryptolayer) — Python, 1,158 code lines
- [junlin-233/sushen](https://octocounts.com/github/junlin-233/sushen) — Python, 1,168 code lines
- [nlp4musa/music-crs-baselines](https://octocounts.com/github/nlp4musa/music-crs-baselines) — Python, 1,104 code lines
- [protectai/vulnhuntr](https://octocounts.com/github/protectai/vulnhuntr) — Python, 1,101 code lines
- [Starlento/occ-visualizer](https://octocounts.com/github/Starlento/occ-visualizer) — Python, 1,100 code lines

## Related OctoCounts pages

- [Recently analyzed repositories](https://octocounts.com/recent)
- [Popular SLOC reports](https://octocounts.com/popular)
- [Trending GitHub repositories](https://octocounts.com/trending)
- [Hall of Monoliths](https://octocounts.com/hall-of-monoliths)
- [TensorFlow vs PyTorch](https://octocounts.com/compare/tensorflow-vs-pytorch)
- [Django vs Ruby on Rails](https://octocounts.com/compare/django-vs-rails)
- [Laravel vs Django](https://octocounts.com/compare/laravel-vs-django)
- [GitHub SLOC counter guide](https://octocounts.com/docs/github-sloc-counter)
- [Counting methodology](https://octocounts.com/docs/methodology)
- [OctoCounts API docs](https://octocounts.com/docs/api)
