Skip to content

Commit

Permalink
[TVMjs] Bump TVMjs version to fix WebGPU backward compatibility (#580)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
CharlieFRuan authored Sep 26, 2024
1 parent 1b9a066 commit 79ce88f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ While it is also available as an npm package: https://www.npmjs.com/package/@mlc
function="proc_exit": function import requires a callable
```

2. In `./package.json`, change from `"@mlc-ai/web-runtime": "0.18.0-dev0",` to `"tvmjs": "file:./tvm_home/web",`.
2. In `./package.json`, change from `"@mlc-ai/web-runtime": "0.18.0-dev1",` to `"@mlc-ai/web-runtime": "file:./tvm_home/web",`.

3. Setup necessary environment

Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.1.2",
"tslib": "^2.3.1",
"@mlc-ai/web-runtime": "0.18.0-dev0",
"@mlc-ai/web-runtime": "0.18.0-dev1",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion utils/vram_requirements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"dependencies": {
"@mlc-ai/web-llm": "^0.2.69",
"@mlc-ai/web-runtime": "0.18.0-dev0"
"@mlc-ai/web-runtime": "0.18.0-dev1"
}
}

0 comments on commit 79ce88f

Please sign in to comment.