Skip to content
View Unknown-Findout's full-sized avatar

Block or report Unknown-Findout

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.

Content in all repositories owned by your account will be closed.
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
Unknown-Findout/README.md

Unknown. Come find out.

I run large models on hardware that shouldn't really manage it, and I write down what actually happens.

The bench

GPU RTX 3090, 24 GB
RAM 128 GB DDR5
CPU i9-14900K
Storage 2x NVMe on separate controllers

That combination is why I can run a 758B model off disk. It is also why my numbers tend to disagree with everyone else's.

What I actually do

Building a local AI ecosystem: several agents sharing one Obsidian knowledge base, a full-duplex voice model, and a 758B MoE running on a single consumer GPU. Everything measured, nothing assumed. Most of it lives on my own machine rather than here.

I care about one thing more than speed: a model that says "I have not checked" instead of a confident wrong number.

Open source

JustVugg/colibri - pure-C MoE inference

  • #1042 - datapoint.py hardcoded RAM to 8 GB on Windows. It sizes the cache eviction, so every Windows "cold" benchmark ever published by that tool was measured warm. Fixed and merged.
  • #837 - Windows + CUDA build, and helping other people get it running.

The RTX 3090 is still missing from their benchmark table. Working on it.

Getting hold of me

Open an issue anywhere I'm active, or start a discussion. I answer.

Popular repositories Loading

  1. portfolio portfolio Public

    HTML

  2. Unknown-Findout Unknown-Findout Public

    Profile

  3. colibri colibri Public

    Forked from JustVugg/colibri

    Run frontier MoE models on hardware you already own — pure C, zero deps, experts streamed from disk. Tiny engine, immense model. 🐦

    C