Skip to content
View Eamon2009's full-sized avatar

Sponsoring

@python

Highlights

  • Pro

Block or report Eamon2009

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
Eamon2009/README.md

I like running LLM locally

Pinned Loading

  1. Quadtrix.cpp Quadtrix.cpp Public

    AI engine built in C++ and python to run Language Models directly on your own computer. It skips the need for expensive hardware by optimizing

    C++ 31 4

  2. Quadtrix Quadtrix Public

    A language model built from scratch . No pre-trained weights. No fine-tuning.

    Jupyter Notebook 18 4

  3. Core-Transformer-Engine Core-Transformer-Engine Public

    A character-level transformer built from scratch in PyTorch.

    Python 5 3

  4. AI-Agent-plus AI-Agent-plus Public

    A tool-calling AI agent

    Python 6 2

  5. AI-agent AI-agent Public

    A lightweight Python-based AI Agent that blends voice commands with GPT intelligence. It listens via microphone, speaks back via TTS, and automates desktop tasks.

    Python 3 1

  6. mini-quadtrix mini-quadtrix
    1
    '''A single-file, minimal GPT implementation covering training, evaluation, and inference end-to-end.
    2
    Defines tokenizer, transformer (multi-head attention) .
    3
    Everything beyond this is optimization—the full algorithm is contained here.
    4
    '''
    5