hardware module: VRAM tier ladder + profile generator + auto-detect script #5
Labels
No labels
architecture
backlog
enhancement
module:documents
module:hardware
module:manage
module:pipeline
module:voice
priority:backlog
priority:high
priority:medium
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/circuitforge-core#5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hardware Profile Logic for Self-Hoster Config Generation
Add a
hardwaremodule tocircuitforge-corethat maps a user's hardware spec to an optimizedllm.yamlconfiguration.What belongs in core (product-agnostic)
HardwareSpec→ returnsLLMConfig(ready to serialize asllm.yaml)compose.override.ymlfragment generator: wires in the right ollama/vllm image + model pullAuto-detect helper
detect_hardware.pyor shell): readsnvidia-smi/rocm-smi/system_profiler(macOS) //proc/meminfoHardwareSpecJSON blob the UI can ingestProposed module layout
Acceptance criteria
HardwareSpec(vram_gb, ram_gb, gpu_count, gpu_vendor)dataclassgenerate_profile(spec: HardwareSpec, products: list[str]) -> LLMConfigllm.yaml-compatible dict