Views
No views yet
| File | Description | Size |
|---|---|---|
oo-usb-v3-mamba2.8b-x86_64.img.xz | USB boot image — Mamba-2.8B + GPT-NeoX tokenizer + REPL | ~1.5 GB |
llm-baremetal-boot-x86_64.img.xz | QEMU boot image — stories15M + REPL (no Mamba weights) | ~11 MB |
gpt_neox_tokenizer.bin | GPT-NeoX BPE tokenizer (50,254 tokens) for Mamba-2.8B | 715 KB |
KERNEL.EFI | The bare-metal EFI binary (standalone) | ~27 MB |
OO> /ssm_infer The meaning of life is
The meaning of life is not a question of what we do, but of what
we are. We are not merely the product of our genes, but of our
choices.
[OOSI-v3] 64 tokens in 48291 ms (1.3 tok/s)/ssm_load <file> — Load Mamba model (OOSS v3 format)
/ssm_infer <prompt> — Run SSM inference
/ssm_params — Show sampling config
/ssm_selftest — Tokenizer + model + pipeline verification
/temp <0.0-2.0> — Set temperature
/top_p <0.0-1.0> — Set nucleus sampling threshold
/rep_penalty <f> — Set repetition penalty
/max_tokens <n> — Set max generation tokens
/seed <n> — Set RNG seed (reproducible output)
/verbose 0|1|2 — Set debug verbosity
/help — Full command list┌─────────────────────────────────────────────┐
│ UEFI Firmware (OVMF / real hardware) │
├─────────────────────────────────────────────┤
│ OO Kernel (zones allocator, sentinel, D+) │
├──────────────────┬──────────────────────────┤
│ LLaMA2 Engine │ Mamba SSM Engine │
│ (GGUF Q4/Q8) │ (OOSS v3, f32) │
├──────────────────┴──────────────────────────┤
│ BPE Tokenizer (GPT-NeoX / SentencePiece) │
├─────────────────────────────────────────────┤
│ Interactive REPL (UTF-8, autorun, journal) │
└─────────────────────────────────────────────┘1# Extract
2xz -d llm-baremetal-boot-x86_64.img.xz
3# Boot
4qemu-system-x86_64 -drive if=pflash,format=raw,readonly=on,file=edk2-x86_64-code.fd \
5 -drive format=raw,file=llm-baremetal-boot.img -m 2048M -cpu max -accel tcg1# Extract USB image
2xz -d oo-usb-v3-mamba2.8b-x86_64.img.xz
3# Flash with Rufus (GPT, UEFI non-CSM)
4# Boot on any UEFI x86_64 machine (8GB+ RAM recommended)