Date : 23/01/2026 15:30 Status : ✅ VALIDÉ (23/01/2026 15:45)
Acquisition d'une nouvelle machine :
GPUs disponibles :
┌─────────────────────────────────────────────────────────────────────────────┐
│ NOUVELLE ARCHITECTURE MULTI-GPU │
├─────────────────────────────────────────────────────────────────────────────┤
│ │
│ ┌─────────────────────────────┐ ┌─────────────────────────────┐ │
│ │ PVE (Principal) │ │ i9-10940X (Nouveau) │ │
│ │ Xeon E5-2690 v4 (14c/28t) │ │ i9-10940X (14c/28t) │ │
│ │ RAM: 94 Go │ │ RAM: 48 Go │ │
│ │ ───────────────────────── │ │ ───────────────────────── │ │
│ │ GPU 1: RTX 3090 (24 Go) │ │ GPU: RTX 3070 Ti OC (8Go) │ │
│ │ GPU 2: RTX 2070 Super (8Go)│ │ ───────────────────────── │ │
│ │ ───────────────────────── │ │ Rôle: Hyperviseur/ │ │
│ │ Stockage: │ │ Workstation IA │ │
│ │ • stock_8to (7.2 To) │ │ 10G: Intégré X299 │ │
│ │ • stock_36to (33 To) │ └─────────────────────────────┘ │
│ │ 10G: Intel 82599ES │ │ │
│ └─────────────────────────────┘ │ │
│ │ │ │
│ └────────── vmbr1 (10G) ─────────┘ │
│ │
│ ┌─────────────────────────────┐ │
│ │ Proxmox 155 (NUC) │ │
│ │ RAM: 31 Go │ │
│ │ Pas de GPU dédié │ │
│ │ stock_1to (SSD 928 Go) │ │
│ │ Rôle: GitLab, Dev léger │ │
│ └─────────────────────────────┘ │
└─────────────────────────────────────────────────────────────────────────────┘
| Machine | CPU | RAM | GPU(s) | Rôle |
|---|---|---|---|---|
| PVE | Xeon E5-2690 v4 | 94 Go | RTX 3090 + RTX 2070 Super | Hyperviseur principal, IA lourde, stockage ZFS |
| i9-10940X | i9-10940X | 48 Go | RTX 3070 Ti OC | Second hyperviseur ou Workstation IA |
| Proxmox 155 | NUC (CPU ?) | 31 Go | Aucun | GitLab, dev-portainer, services légers |
| GPU | Machine | VRAM | Usages recommandés |
|---|---|---|---|
| RTX 3090 | PVE → win11 | 24 Go | LLM 70B, Wan2.1, training, IA lourde |
| RTX 2070 Super | PVE → VM #2 | 8 Go | Transcodage Jellyfin, inférence SD, dev IA |
| RTX 3070 Ti OC | i9-10940X | 8 Go | Ollama (modèles ≤32B), SD/Fooocus, backup GPU |
Retirer la carte WiFi Intel 8260 (slot 05:00.0)
Installer la RTX 2070 Super dans le slot libéré
Configurer IOMMU pour le second GPU
# Vérifier groupes IOMMU
find /sys/kernel/iommu_groups/ -type l
# Ajouter à /etc/modprobe.d/vfio.conf si passthrough souhaité
options vfio-pci ids=XXXX:XXXX # ID de la 2070 Super
Assemblage physique
Installation OS
Configuration réseau 10G
Avantages :
Configuration :
i9-10940X (Proxmox)
├── VM win-ia-2 (RTX 3070 Ti passthrough)
│ ├── Ollama (modèles ≤32B)
│ ├── SD/Fooocus/ComfyUI
│ └── Backup si PVE surchargé
├── VM dev-workstation
│ └── VSCode, compilation, tests
└── LXC containers légers
Avantages :
Inconvénients :
Avantages :
Inconvénients :
Avec 3 GPUs sur 2 machines, l'orchestrator peut être étendu :
# Nouveau routing multi-GPU
GPU_ROUTING = {
"heavy": "pve_3090", # LLM 70B, training, Wan2.1
"medium": "i9_3070ti", # SD, Ollama ≤32B, TTS
"light": "pve_2070s", # Transcodage, inférence rapide
}
Modifications à prévoir :
machines-registry.json| Composant | TDP | Pic estimé |
|---|---|---|
| Xeon E5-2690 v4 | 135W | 165W |
| RTX 3090 | 350W | 400W |
| RTX 2070 Super | 215W | 250W |
| RAM 94 Go | ~30W | 35W |
| Stockage + système | ~50W | 60W |
| Total | 780W | 910W |
Verdict : 1000W = marge suffisante ✓
| Composant | TDP | Pic estimé |
|---|---|---|
| i9-10940X | 165W | 200W |
| RTX 3070 Ti | 290W | 340W |
| RAM 48 Go | ~15W | 20W |
| Système | ~30W | 40W |
| Total | 500W | 600W |
Verdict : 750W = marge suffisante ✓
OS pour i9-10940X : Proxmox (hyperviseur) ou Windows (workstation) ou Debian (bare-metal) ?
Usage principal RTX 2070 Super :
Nom de la nouvelle machine : Suggestion → hedt ou x299 ou autre ?
Intégration AI Orchestrator : Veux-tu que les jobs soient routés automatiquement entre les GPUs ?
┌────────────────────────────────┐ ┌────────────────────────────────┐
│ i9-10940X (bare-metal Win11) │ │ PVE (Proxmox - Serveur IA) │
│ ──────────────────────────── │ │ ──────────────────────────── │
│ CPU: i9-10940X (14c/28t) │ │ CPU: Xeon E5-2690 v4 (14c/28t)│
│ RAM: 48 Go │ │ RAM: 94 Go │
│ GPU: RTX 3090 (24 Go) │ │ GPU 1: RTX 3070 Ti (8 Go) │
│ Alim: 750W │ │ GPU 2: RTX 2070 Super (8 Go) │
│ 10G: X299 intégré │ │ Alim: 1000W │
│ ──────────────────────────── │ │ ──────────────────────────── │
│ USAGES: │ │ USAGES: │
│ • Gaming (2560x1080) │ │ • VM IA #1 (3070 Ti) 24/7 │
│ • Dev lourd / Training │ │ • VM IA #2 (2070 Super) 24/7 │
│ • IA occasionnelle (24 Go) │ │ • Stockage ZFS │
│ │ │ • Services PROD │
└────────────────────────────────┘ └────────────────────────────────┘
│ │
└─────────── 10G (vmbr1) ──────────────┘
| GPU | Machine | VRAM | Usage | Disponibilité |
|---|---|---|---|---|
| RTX 3090 | i9-10940X | 24 Go | Gaming, dev, training | À la demande |
| RTX 3070 Ti | PVE → VM IA #1 | 8 Go | Ollama (7-13B), SD, Fooocus | 24/7 |
| RTX 2070 Super | PVE → VM IA #2 | 8 Go | TTS, Whisper, SD backup | 24/7 |
| Aspect | i9-10940X | PVE |
|---|---|---|
| CPU | Rapide (4.6 GHz) → Gaming | Lent mais suffisant → Serveur |
| RAM | 48 Go → Gaming + Dev | 94 Go → Multi-VMs IA |
| GPU | 1x puissant (24 Go) | 2x moyens (16 Go total) |
| Type | Bare-metal → Perfs max | VMs → Flexibilité |
| Usage | Interactif | 24/7 headless |
| Machine | Composants | Conso max | Alim | Marge |
|---|---|---|---|---|
| i9-10940X | i9 + 3090 | ~650W | 750W | 100W ✓ |
| PVE | Xeon + 3070 Ti + 2070 Super + ZFS | ~855W | 1000W | 145W ✓ |