Skip to content

Commit 36f2ed3

Browse files
committed
chore: add liquid memory fallacy disclaimer to multi-GPU vLLM UI
1 parent 0129cec commit 36f2ed3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/modelinfo/ui.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ def print_model_info(
136136
summary.add_row("Hardware Fit:", "[red]✗ No (OOM before serving any tokens)[/red]")
137137
else:
138138
summary.add_row("Hardware Fit:", "[green]✓ Yes[/green]")
139+
140+
if gpu_count > 1:
141+
summary.add_row("", "[dim]*Note: Max capacity assumes perfect load balancing. Real capacity is bottlenecked by the most memory-constrained GPU in the array.[/dim]")
139142
else:
140143
summary.add_row("VRAM (est):", vram_display)
141144
if gpu_name:

0 commit comments

Comments
 (0)