circuitforge-core/docs/modules
pyr0ball 5d5c02ff84
Some checks failed
CI / test (pull_request) Has been cancelled
feat(hardware): add model_vram_estimate for model-to-hardware VRAM fit checks
Answers "can this hardware run model X at quantization level Y?" by
querying the HuggingFace Hub API for parameter count (safetensors) and
architecture (config.json), then applying the standard VRAM formula:
weights + KV cache (GQA-aware) + overhead. Reference algorithm from
LLMcalc (no code copied, unlicensed upstream).

Bump to 0.22.0.

Closes: #64
2026-07-10 17:44:36 -07:00
..
affiliates.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
config.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
db.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
documents.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
hardware.md feat(hardware): add model_vram_estimate for model-to-hardware VRAM fit checks 2026-07-10 17:44:36 -07:00
index.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
llm.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
manage.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
memory.md feat(memory): persistent knowledge graph via mnemo sidecar 2026-06-05 10:19:11 -07:00
mqtt.md docs: self-hoster service docs for text, video, and mqtt modules 2026-06-05 11:59:48 -07:00
pipeline.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
preferences.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
resources.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
stt.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
tasks.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
text.md docs: self-hoster service docs for text, video, and mqtt modules 2026-06-05 11:59:48 -07:00
tiers.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
tts.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
video.md docs: self-hoster service docs for text, video, and mqtt modules 2026-06-05 11:59:48 -07:00
vision.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00
wizard.md feat: platforms module + docs + scripts 2026-04-24 15:23:16 -07:00