fredmo commited on
Commit
87c6a3a
·
verified ·
1 Parent(s): dfa8f3a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -37,10 +37,10 @@
37
  };
38
 
39
  // --- State Variables ---
40
- let selectedGpuId = 'A100-80';
41
  let selectedModelId = 'gemma-1b';
42
  let selectedQuantizationId = 'fp32';
43
- let selectedUtilizationId = 'util-0.7'; // Default to 70%
44
 
45
  // --- DOM References ---
46
  const gpuSelectorDiv = document.getElementById('gpu-selector');
 
37
  };
38
 
39
  // --- State Variables ---
40
+ let selectedGpuId = 'L4';
41
  let selectedModelId = 'gemma-1b';
42
  let selectedQuantizationId = 'fp32';
43
+ let selectedUtilizationId = 'util-0.5'; // Default to 50%
44
 
45
  // --- DOM References ---
46
  const gpuSelectorDiv = document.getElementById('gpu-selector');