HAV0X1014 commited on
Commit
07d7521
·
verified ·
1 Parent(s): a43db04

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -136,7 +136,7 @@
136
  dtype: 'q4', // Use 4-bit quantization for efficiency
137
  progress_callback: (data) => {
138
  if (data.status === 'progress') {
139
- const percent = Math.round(data.progress * 100);
140
  statusText.textContent = `Loading: ${percent}%`;
141
  } else if (data.status === 'ready') {
142
  statusText.textContent = "Model loaded!";
 
136
  dtype: 'q4', // Use 4-bit quantization for efficiency
137
  progress_callback: (data) => {
138
  if (data.status === 'progress') {
139
+ const percent = Math.round(data.progress * 1);
140
  statusText.textContent = `Loading: ${percent}%`;
141
  } else if (data.status === 'ready') {
142
  statusText.textContent = "Model loaded!";