This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 30fb16a5e1 [TVMjs] Modify web package description (#17405)
30fb16a5e1 is described below
commit 30fb16a5e1d564ffa8533cf154c0ba2ea06dfd43
Author: Charlie Ruan <[email protected]>
AuthorDate: Mon Sep 23 06:34:46 2024 -0700
[TVMjs] Modify web package description (#17405)
---
web/package-lock.json | 12 ++++++------
web/package.json | 12 +++++++++++-
2 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/web/package-lock.json b/web/package-lock.json
index 75efcbcc7b..561ba77091 100644
--- a/web/package-lock.json
+++ b/web/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "tvmjs",
- "version": "0.17.0-dev0",
+ "version": "0.18.0-dev0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tvmjs",
- "version": "0.17.0-dev0",
+ "version": "0.18.0-dev0",
"license": "Apache-2.0",
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
@@ -14,7 +14,7 @@
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
- "@webgpu/types": "^0.1.40",
+ "@webgpu/types": "^0.1.42",
"eslint": "^8.41.0",
"jest": "^26.0.1",
"rollup": "^2.56.2",
@@ -1766,9 +1766,9 @@
}
},
"node_modules/@webgpu/types": {
- "version": "0.1.40",
- "resolved":
"https://registry.npmjs.org/@webgpu/types/-/types-0.1.40.tgz",
- "integrity":
"sha512-/BBkHLS6/eQjyWhY2H7Dx5DHcVrS2ICj9owvSRdgtQT6KcafLZA86tPze0xAOsd4FbsYKCUBUQyNi87q7gV7kw==",
+ "version": "0.1.46",
+ "resolved":
"https://registry.npmjs.org/@webgpu/types/-/types-0.1.46.tgz",
+ "integrity":
"sha512-2iogO6Zh0pTbKLGZuuGWEmJpF/fTABGs7G9wXxpn7s24XSJchSUIiMqIJHURi5zsMZRRTuXrV/3GLOkmOFjq5w==",
"dev": true
},
"node_modules/abab": {
diff --git a/web/package.json b/web/package.json
index 710185c5bc..a4e5d7ac08 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,11 +1,21 @@
{
"name": "tvmjs",
- "displayName": "TVM Wasm JS runtime",
+ "description": "TVM WASM/WebGPU runtime for JS/TS",
"license": "Apache-2.0",
+ "homepage": "https://github.com/apache/tvm/tree/main/web",
"version": "0.18.0-dev0",
"files": [
"lib"
],
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/apache/tvm/tree/main/web"
+ },
+ "keywords": [
+ "llm",
+ "large language model",
+ "machine learning"
+ ],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {