Skip to content
View karpathy's full-sized avatar

Sponsoring

@simonw

Highlights

  • Pro

Block or report karpathy

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
karpathy/README.md

I like deep neural nets.

Pinned Loading

  1. nanoGPT nanoGPT Public

    The simplest, fastest repository for training/finetuning medium-sized GPTs.

    Python 61.8k 10.6k

  2. nanochat nanochat Public

    The best ChatGPT that $100 can buy.

    Python 56.8k 7.9k

  3. llm.c llm.c Public

    LLM training in simple, raw C/CUDA

    Cuda 30.7k 3.7k

  4. llama2.c llama2.c Public

    Inference Llama 2 in one file of pure C

    C 19.9k 2.6k

  5. micrograd micrograd Public

    A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API

    Jupyter Notebook 16.9k 2.7k

  6. microgpt microgpt
    1
    """
    2
    The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
    3
    This file is the complete algorithm.
    4
    Everything else is just efficiency.
    5