Skip to content

Commit cd07bc0

Browse files
authored
[Version] Bump version to 0.2.39, update prebuilt WASMs (mlc-ai#436)
### Changes Main changes include: - New prebuilt models: - Phi3-mini - StableLM-2-zephyr-1.6B - Qwen1.5-1.8B - Hermes2-Pro-Llama-3-8B to prebuilt models - Updates on `ModelRecord` fields - For detail see: mlc-ai#435 - Update all WASMs - For detail see: mlc-ai#433 - Update all WASMs to v0.2.39 - Support grammar for Llama3, hence update examples/json-mode to use `Llama3` and `Hermes2-pro-Llama3-8B` for function calling in `examples/json-schema` - Use `loglevel` package: - For details see mlc-ai#427 - Fix `index.js.map` issue for Vite - mlc-ai#420 - Enhance error handling and ServiceWorker ### TVMjs TVMjs compiled at apache/tvm@71f7af7 - Main changes include: - apache/tvm#17031 - apache/tvm#17028 - apache/tvm#17021 ### WASM version - All wasms updated to 0.2.39 via mlc-ai/binary-mlc-llm-libs#123 for new MLC-LLM runtime (mainly grammar)
1 parent 993d01e commit cd07bc0

File tree

18 files changed

+19
-19
lines changed

18 files changed

+19
-19
lines changed

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.38"
18+
"@mlc-ai/web-llm": "^0.2.39"
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.38",
20+
"@mlc-ai/web-llm": "^0.2.39",
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.38",
20+
"@mlc-ai/web-llm": "^0.2.39",
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.38"
18+
"@mlc-ai/web-llm": "^0.2.39"
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.38"
18+
"@mlc-ai/web-llm": "^0.2.39"
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.38"
18+
"@mlc-ai/web-llm": "^0.2.39"
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.38"
18+
"@mlc-ai/web-llm": "^0.2.39"
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": "^0.2.38"
18+
"@mlc-ai/web-llm": "^0.2.39"
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.38"
18+
"@mlc-ai/web-llm": "^0.2.39"
1919
}
2020
}

examples/multi-round-chat/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.38"
18+
"@mlc-ai/web-llm": "^0.2.39"
1919
}
2020
}

0 commit comments

Comments
 (0)