Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ciekawy committed Jul 19, 2024
1 parent 30e6c0e commit 11283a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/main-VTy2ut6R.js → assets/main-K02CPQdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -26593,7 +26593,7 @@ let isExtractionRunning = false;
env.backends.onnx.backend = "wasm";
env.backends.onnx.wasm.proxy = false;
env.backends.onnx.wasm.numThreads = 1;
env.backends.onnx.wasm.simd = true;
env.backends.onnx.wasm.simd = navigator.maxTouchPoints <= 1;
env.backends.onnx.wasm.wasmPaths = "/webgpu-embed-demo/assets/";
env.allowLocalModels = true;
env.allowRemoteModels = true;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/webgpu-embed-demo/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
<script type="module" crossorigin src="/webgpu-embed-demo/assets/main-VTy2ut6R.js"></script>
<script type="module" crossorigin src="/webgpu-embed-demo/assets/main-K02CPQdb.js"></script>
</head>
<body>
<div id="app">
Expand Down

0 comments on commit 11283a3

Please sign in to comment.