Skip to content
View Eamon2009's full-sized avatar

Organizations

@LMGNU @alpha-rn

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

Pinned Loading

  1. LMGNU/llm.cpp LMGNU/llm.cpp Public

    LLM training in C++ & Python.

    C++ 3 1

  2. AeroSleep AeroSleep Public

    OS control system power management daemon.

    C 3

  3. xnos xnos Public

    Real-time CPU, GPU, and RAM tracking.

    C++ 4 1

  4. Quadtrix.cpp Quadtrix.cpp Public

    LLM training & inference in python/C++ with web UI

    C++ 36 6

  5. LMGNU/LMGNU LMGNU/LMGNU Public

    A lightweight, native framework for (Autograd) without external dependencies automatic differentiation engine and neural network library

    Python 2 1

  6. mini-quadtrix mini-quadtrix
    1
    '''
    2
    A decoder-only transformer trained via autoregressive next-token 
    3
    prediction on a raw text corpus.
    4
    Architecture: BPE tokenization (o200k_base)
    5
    causal multi-head attention