Skip to content

Commit eec3df5

Browse files
authored
[Version] Bump version to 0.2.36 (mlc-ai#407)
### Changes Main changes include: - New model `Hermes-2-Pro-Mistral-7B` in `prebuiltAppConfig` via: - mlc-ai#390 - Various `index.js` and `index.js.map` post-processings to resolve frontend compatibility issues with `require()` and `perf_hoooks` - mlc-ai#397 - mlc-ai#406 - Catch WebGPU OOM error upon `reload()` and `CreateEngine()`: - mlc-ai#402 - Service Worker support (in addition to Extension Service Worker): - mlc-ai#395 - mlc-ai#400 - mlc-ai#401 ### WASM Version v0_2_34 as no change is required. ### TVMjs TVMjs compiled at apache/tvm@a5862a5, with only one change in `tvm/web`: apache/tvm#17005
1 parent 13a4ba5 commit eec3df5

File tree

19 files changed

+22
-21
lines changed

19 files changed

+22
-21
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
scratch/
12
dist/
23
params/
34
*.bak

examples/cache-usage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"url": "^0.11.3"
1616
},
1717
"dependencies": {
18-
"@mlc-ai/web-llm": "^0.2.35"
18+
"@mlc-ai/web-llm": "^0.2.36"
1919
}
2020
}

examples/chrome-extension-webgpu-service-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "^0.11.1"
1818
},
1919
"dependencies": {
20-
"@mlc-ai/web-llm": "^0.2.35",
20+
"@mlc-ai/web-llm": "^0.2.36",
2121
"progressbar.js": "^1.1.0"
2222
}
2323
}

examples/chrome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "^0.11.1"
1818
},
1919
"dependencies": {
20-
"@mlc-ai/web-llm": "^0.2.35",
20+
"@mlc-ai/web-llm": "^0.2.36",
2121
"progressbar.js": "^1.1.0"
2222
}
2323
}

examples/function-calling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"url": "^0.11.3"
1616
},
1717
"dependencies": {
18-
"@mlc-ai/web-llm": "^0.2.35"
18+
"@mlc-ai/web-llm": "^0.2.36"
1919
}
2020
}

examples/get-started-web-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"url": "^0.11.3"
1616
},
1717
"dependencies": {
18-
"@mlc-ai/web-llm": "^0.2.35"
18+
"@mlc-ai/web-llm": "^0.2.36"
1919
}
2020
}

examples/get-started/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"url": "^0.11.3"
1616
},
1717
"dependencies": {
18-
"@mlc-ai/web-llm": "^0.2.35"
18+
"@mlc-ai/web-llm": "^0.2.36"
1919
}
2020
}

examples/json-mode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"url": "^0.11.3"
1616
},
1717
"dependencies": {
18-
"@mlc-ai/web-llm": "^0.2.35"
18+
"@mlc-ai/web-llm": "^0.2.36"
1919
}
2020
}

examples/json-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"url": "^0.11.3"
1616
},
1717
"dependencies": {
18-
"@mlc-ai/web-llm": "file:../.."
18+
"@mlc-ai/web-llm": "^0.2.36"
1919
}
2020
}

examples/logit-processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"url": "^0.11.3"
1616
},
1717
"dependencies": {
18-
"@mlc-ai/web-llm": "^0.2.35"
18+
"@mlc-ai/web-llm": "^0.2.36"
1919
}
2020
}

0 commit comments

Comments
 (0)