Initial production-ready Gemma 3 vLLM ROCm stack

Co-Authored-By: Oz <oz-agent@warp.dev>
This commit is contained in:
Raghav
2026-04-18 22:53:38 +05:30
commit ef8537e923
18 changed files with 988 additions and 0 deletions

14
docs/README.md Normal file
View File

@ -0,0 +1,14 @@
# Documentation Index
This folder contains operational and lifecycle documentation for the `gemma3-vllm-stack` repository.
## Files
- `ARCHITECTURE.md`: Component topology, networking, runtime dependencies, and scaling notes.
- `TROUBLESHOOTING.md`: Common failures and copy-paste diagnostics/fixes for ROCm, Docker, vLLM, and UI issues.
- `UPGRADE_NOTES.md`: Safe upgrade, rollback, and backup guidance.
## Recommended reading order
1. `ARCHITECTURE.md`
2. `TROUBLESHOOTING.md`
3. `UPGRADE_NOTES.md`
For quick start and day-1 usage, use the repository root `README.md`.