Upload index.html with huggingface_hub
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -84,7 +84,7 @@ window.doInit = async function() {
|
|
| 84 |
l('Initializing WebGPU device...');
|
| 85 |
mamba = new MambaRuntime();
|
| 86 |
await mamba.init();
|
| 87 |
-
l('✓ Device ready, all
|
| 88 |
status.innerHTML = '<span class="green">⬤</span> shaders compiled — ready to load weights';
|
| 89 |
document.getElementById('btn-load').disabled = false;
|
| 90 |
} catch (e) {
|
|
|
|
| 84 |
l('Initializing WebGPU device...');
|
| 85 |
mamba = new MambaRuntime();
|
| 86 |
await mamba.init();
|
| 87 |
+
l('✓ Device ready, all 12 shaders compiled');
|
| 88 |
status.innerHTML = '<span class="green">⬤</span> shaders compiled — ready to load weights';
|
| 89 |
document.getElementById('btn-load').disabled = false;
|
| 90 |
} catch (e) {
|