Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoidLing — Voidware

A small LLM that learns from everything.

Description

VoidLing is an AI built from scratch in C++ that learns in real-time. Transformer LLM with ~10.8M parameters, persistent memory, web scraping, multimedia upload, and AMD GPU acceleration via OpenCL.

Build

cd VoidLing/build
cmake ..
cmake --build . --config Debug
.\Debug\voidling.exe

Open http://localhost:8080

Architecture

  • Transformer LLM (GPT-like): 6 layers, 8 heads, 384 embed dim
  • AMD GPU via OpenCL (dynamic loading, CPU fallback)
  • Persistent memory in .md format
  • Multi-threaded HTTP server
  • Web scraper with curl (HTTPS, Wikipedia)
  • Web interface (dark theme, Voidware purple)

Version

v0.4.0

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages