Add GPU Lab configs, docs, and runbooks for VM303.

Mirror gpu-lab compose files and model-manager catalog from GPU-Dev; document Dockhand mapping and SGLang cutover target.
This commit is contained in:
mo
2026-06-04 02:24:57 +02:00
parent 26aec9ed04
commit c154c94c6d
14 changed files with 930 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"vmid": 303,
"name": "atc-gpu-dev",
"proxmox_host": "atc-gpu",
"ip": "10.0.20.106",
"cpu_model": "Intel Xeon Gold 6148 @ 2.40GHz",
"vcpu": 32,
"sockets": 2,
"cores_per_socket": 16,
"memory_gib": 128,
"disk_gib": 250,
"gpu": "4× Tesla V100 PCIe 32GB",
"os": "Rocky Linux 9"
}