fredmo commited on
Commit
dfa8f3a
·
verified ·
1 Parent(s): 5e23c4d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -192,8 +192,8 @@
192
  kvcacheBar.style.height = `${Math.min(100 - modelPercent, kvCachePercent)}%`;
193
  kvcacheBar.style.bottom = `${Math.min(100, modelPercent)}%`;
194
 
195
- modelBar.dataset.label = `Model ($)`;
196
- kvcacheBar.dataset.label = `KV Cache ($) ${sizes.kvCacheSize > 0 ? '[+Prompts]' : ''}`;
197
  }
198
 
199
  // --- Start the app ---
 
192
  kvcacheBar.style.height = `${Math.min(100 - modelPercent, kvCachePercent)}%`;
193
  kvcacheBar.style.bottom = `${Math.min(100, modelPercent)}%`;
194
 
195
+ modelBar.dataset.label = `Model` ;
196
+ kvcacheBar.dataset.label = `KV Cache ${sizes.kvCacheSize > 0 ? ':: Your Prompts are batched here' : ''}`;
197
  }
198
 
199
  // --- Start the app ---