VindexLLM v0.1.0 #2
jarroddavis68
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
VindexLLM — Liberating LLM inference
GPU-accelerated LLM inference written entirely in Delphi. Vulkan compute shaders handle the full transformer forward pass — no Python, no CUDA toolkit, no external runtimes. The only dependency is
vulkan-1.dll, which ships with every modern GPU driver.Highlights
TVdxConsoleChatwith streaming output, ESC cancel, slash commands, and persistent conversation historyCreateFileMapping/MapViewOfFile, weights uploaded to VRAM through staging buffersVetted models:
All vetted models are collected in the tinyBigGAMES Hugging Face collection.
Quick start:
Performance (NVIDIA RTX 3060 12GB, Gemma 3 4B Q8_0):
Requirements: Windows 10/11 x64. Any Vulkan 1.0+ GPU. 4 GB VRAM minimum (Q4_0). 16 GB RAM. Building from source requires Delphi 12+.
This discussion was created from the release VindexLLM v0.1.0.
All reactions