pdufour commited on
Commit
03525a7
1 Parent(s): 0eefa9b

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -57,7 +57,7 @@ async function initializeSessions() {
57
  ortSessionE = await ort.InferenceSession.create(
58
  await getModelFile(ONNX_MODEL, `onnx/QwenVL_E_${QUANT}.onnx`),
59
  {
60
- executionProviders: ["wasm"],
61
  },
62
  );
63
 
 
57
  ortSessionE = await ort.InferenceSession.create(
58
  await getModelFile(ONNX_MODEL, `onnx/QwenVL_E_${QUANT}.onnx`),
59
  {
60
+ executionProviders: ["webgpu"],
61
  },
62
  );
63