Skip to content
View AloneMath's full-sized avatar

Block or report AloneMath

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. ASI-Code ASI-Code Public

    CLI terminal coding agent in Rust.

    Rust 1

  2. vnt-research-prototype vnt-research-prototype Public

    VNT research prototype: baseline vs VNT, long-context experiments, and single-machine from-scratch LLM training.

    Python 1

  3. nanochat nanochat Public

    Forked from karpathy/nanochat

    The best ChatGPT that $100 can buy.

    Python 1

  4. nanoGPT nanoGPT Public

    Forked from karpathy/nanoGPT

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

    Python 1

  5. autoresearch autoresearch Public

    Forked from karpathy/autoresearch

    AI agents running research on single-GPU nanochat training automatically

    Python 1

  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