Truthful GPU SKU: 4080 SUPER 16GB (was fake 5090 32GB)
This commit is contained in:
@@ -47,7 +47,7 @@ const PRICE_USD_PER_HOUR = 1.0;
|
||||
const MAX_VMS_PER_USER = 3;
|
||||
|
||||
// Marketing tier label (what tenants see) — configurable, decoupled from truth.
|
||||
const GPU_SKU = process.env.GPU_SKU || "NVIDIA GeForce RTX 5090 32GB";
|
||||
const GPU_SKU = process.env.GPU_SKU || "NVIDIA GeForce RTX 4080 SUPER 16GB";
|
||||
|
||||
// ---- GPU node registry (in-memory; agents phone home) ----
|
||||
type GpuNode = {
|
||||
|
||||
Reference in New Issue
Block a user