Hardware
SoulCore Hardware Requirements
SoulCore development uses two NVIDIA RTX 5060 Ti graphics cards, totaling 32 GB VRAM.
Architecture and Performance
| Component | Parameters | Task |
|---|---|---|
| Language Runtime Encoder | 300M parameters | Text → 768-dimensional state |
| Hybrid Core V8 | 200–300M parameters | Cognitive processing (ΔState) |
| Language Runtime Decoder | 300M parameters | State → Text translation |
| StateBundle | 768 dimensions | Structured state |
Scalability
The SoulCore architecture is horizontally scalable:
- Single node: 2× RTX 5060 Ti (32 GB VRAM)
- Multi-node: Shared state space, distributed processing
- Cloud: Scalable VRAM capacity
Important Note
SoulCore does not depend on specific hardware. The architecture is flexible and works with any GPU configuration that has sufficient VRAM.
Current Status
The project is under development. Completed components: Language Runtime Encoder and Decoder (300M), StateBundle, Tokenizer and the Hybrid Core V8. In progress: integration, testing and the API.