Update index.html
Browse files- 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
|
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 ---
|