Skip to content
View 22elix3r's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Highlights

  • Pro

Block or report 22elix3r

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

elix3r

                       โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
                       โ”‚  22elix3r                    โ”‚
                       โ”‚  build ยท break ยท understand  โ”‚
                       โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

hey, i'm elix3r.

CS student from India. I like working close enough to the machine that things eventually become interesting.

Most of my time disappears into local AI, inference, Linux, developer tooling, computer vision, and generative media.

I care less about collecting technologies and more about building things that answer questions like:

  • can this model run faster on consumer hardware?
  • can this annoying developer workflow be turned into a proper tool?
  • can ML solve something useful outside another benchmark?
  • why does this work, and what happens if I break it?

currently

~/now
โ”œโ”€โ”€ local-llm
โ”‚   โ”œโ”€โ”€ llama.cpp
โ”‚   โ”œโ”€โ”€ ik_llama.cpp
โ”‚   โ”œโ”€โ”€ quantization
โ”‚   โ””โ”€โ”€ inference benchmarking
โ”‚
โ”œโ”€โ”€ building
โ”‚   โ”œโ”€โ”€ rust tooling
โ”‚   โ”œโ”€โ”€ python
โ”‚   โ””โ”€โ”€ open-source experiments
โ”‚
โ”œโ”€โ”€ generative-ai
โ”‚   โ”œโ”€โ”€ image + video models
โ”‚   โ”œโ”€โ”€ LoRA training
โ”‚   โ””โ”€โ”€ ComfyUI
โ”‚
โ””โ”€โ”€ learning
    โ”œโ”€โ”€ algorithms
    โ”œโ”€โ”€ systems
    โ””โ”€โ”€ whatever rabbit hole looked interesting this week

things I use

Languages

Python Rust C Java Bash

AI / ML

PyTorch llama.cpp ComfyUI LoRA GGUF

Dev

Linux Git Docker FastAPI

what I'm interested in

local AI             โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
developer tooling    โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘
open source          โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘
systems              โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘
computer vision      โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘
creative technology  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘

I tend to bounce between software engineering and visual work. Sometimes that means debugging an inference backend. Sometimes it means training a video model. Occasionally those two worlds collide and produce something useful.

current rabbit hole

Making large models run faster, locally, on hardware they were not particularly designed to fit on.

If I find something worth fixing upstream, I would rather send the patch than keep the workaround in a folder forever.


while curious:
    build()
    break_something()
    understand_it()

Popular repositories Loading

  1. ClipQualityEnv ClipQualityEnv Public

    An RL environment where an LLM agent learns to curate talking-head video clips for AV LoRA training. No labels exposed, rewards only.

    Python 3

  2. TalkingHeadAvatar TalkingHeadAvatar Public

    Audio-driven 3D Gaussian Splatting talking head avatar with FLAME, VHAP tracking, HuBERT motion, TTS, and virtual camera output.

    Python 1

  3. fence fence Public

    Reversible filesystem safety boundary for interactive command sessions

    Rust 1

  4. comfyui-distorchmemorymanager comfyui-distorchmemorymanager Public

    Forked from ussoewwin/ComfyUI-DistorchMemoryManager

    ComfyUI-VRAM-Manager is an independent memory management custom node for ComfyUI. Provides Distorch memory management functionality for efficient GPU/CPU memory handling. Supports purging of SeedVRโ€ฆ

    Python

  5. RES4LYF RES4LYF Public

    Forked from ClownsharkBatwing/RES4LYF

    Python

  6. ai-toolkit ai-toolkit Public

    Forked from ostris/ai-toolkit

    The ultimate training toolkit for finetuning diffusion models

    Python