This repository has been split into focused repos. See epyc-root for setup instructions.
| Repository | Purpose |
|---|---|
| epyc-root | Umbrella repo — governance, coordination, setup scripts |
| epyc-orchestrator | Production multi-model orchestration system |
| epyc-inference-research | Benchmarks, experiments, model evaluation |
| epyc-llama | Custom llama.cpp fork with AMD EPYC patches |
git clone https://github.com/pestopoppa/epyc-root.git
cd epyc-root
./scripts/setup.shThis monorepo mixed four distinct concerns: production orchestration, inference research, llama.cpp patches, and cross-repo governance. Splitting improves:
- FOSS accessibility — orchestrator can be used without research/governance baggage
- Focused development — each repo has its own CLAUDE.md, tests, and conventions
- Dependency clarity — formal dependency map in epyc-root
This repository is preserved as-is for historical reference. All commit history remains intact. For active development, use the repositories listed above.