LJTSG commited on
Commit
e9a2d5b
·
verified ·
1 Parent(s): b937c64

Upload index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 9 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) {
 
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) {