Update index.js
Browse files
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: ["
|
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 |
|