Xenova HF Staff commited on
Commit
bc8236f
·
verified ·
1 Parent(s): c86600d

Update index.html

Browse files
Files changed (1) hide show
  1. 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", revision: "refs/pr/2" },
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