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 57.4k 9.8k

  2. nanochat nanochat Public

    The best ChatGPT that $100 can buy.

    Python 52.8k 7.1k

  3. llm.c llm.c Public

    LLM training in simple, raw C/CUDA

    Cuda 29.8k 3.6k

  4. llama2.c llama2.c Public

    Inference Llama 2 in one file of pure C

    C 19.5k 2.5k

  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 15.7k 2.4k

  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