Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -229,7 +229,7 @@
|
|
| 229 |
const embed = await pipeline(
|
| 230 |
"feature-extraction",
|
| 231 |
"jhu-clsp/ettin-encoder-17m",
|
| 232 |
-
{ device: "webgpu", dtype: "fp32"
|
| 233 |
);
|
| 234 |
statusEl.textContent = "Ready!";
|
| 235 |
|
|
|
|
| 229 |
const embed = await pipeline(
|
| 230 |
"feature-extraction",
|
| 231 |
"jhu-clsp/ettin-encoder-17m",
|
| 232 |
+
{ device: "webgpu", dtype: "fp32" },
|
| 233 |
);
|
| 234 |
statusEl.textContent = "Ready!";
|
| 235 |
|