Skip to content

Commit 79ce88f

Browse files
authored
[TVMjs] Bump TVMjs version to fix WebGPU backward compatibility (#580)
This PR bumps TVMjs (i.e. `@mlc-ai/web-runtime`) from `0.18.0-dev0` to `0.18.0-dev1`. The only change is: - apache/tvm#17420 TVMjs `0.18.0-dev1` is compiled at apache/tvm@5e85443 with apache/tvm#17420 cherry-picked on top This should fix: - #572
1 parent 1b9a066 commit 79ce88f

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ While it is also available as an npm package: https://www.npmjs.com/package/@mlc
407407
function="proc_exit": function import requires a callable
408408
```
409409
410-
2. In `./package.json`, change from `"@mlc-ai/web-runtime": "0.18.0-dev0",` to `"tvmjs": "file:./tvm_home/web",`.
410+
2. In `./package.json`, change from `"@mlc-ai/web-runtime": "0.18.0-dev1",` to `"@mlc-ai/web-runtime": "file:./tvm_home/web",`.
411411
412412
3. Setup necessary environment
413413

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"rollup-plugin-typescript2": "^0.34.1",
5151
"ts-jest": "^29.1.2",
5252
"tslib": "^2.3.1",
53-
"@mlc-ai/web-runtime": "0.18.0-dev0",
53+
"@mlc-ai/web-runtime": "0.18.0-dev1",
5454
"typescript": "^4.9.5"
5555
},
5656
"dependencies": {

utils/vram_requirements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
},
2121
"dependencies": {
2222
"@mlc-ai/web-llm": "^0.2.69",
23-
"@mlc-ai/web-runtime": "0.18.0-dev0"
23+
"@mlc-ai/web-runtime": "0.18.0-dev1"
2424
}
2525
}

0 commit comments

Comments
 (0)