Skip to content

Commit a6cddef

Browse files
CharlieFRuanjingyi-zhao-01
authored andcommitted
[Version] Bump to version 0.2.54 (mlc-ai#530)
No breaking changes. The only diff is the following PR: - mlc-ai#525 - This PR updates the engine reload() and unload() methods to allow users to abort an uncompleted reload() by either: - call unload() any time before reload() completed - call reload() again before the previous reload() completed - Besides, it fixes the previous issue where `device lost error` is raised unexpectedly when user simply switches a model ### TVMjs - To support the above PR, TVMjs is updated and compiled at apache/tvm@1fcb620 - Difference: - Device error lost fix: apache/tvm#17250 - Add AbortSignal to fetching APIs: - apache/tvm#17208 - apache/tvm#17227 - apache/tvm#17233
1 parent 670e428 commit a6cddef

File tree

20 files changed

+21
-21
lines changed

20 files changed

+21
-21
lines changed

examples/abort-reload/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:../../lib"
18+
"@mlc-ai/web-llm": "^0.2.54"
1919
}
2020
}

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.53"
18+
"@mlc-ai/web-llm": "^0.2.54"
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.53",
20+
"@mlc-ai/web-llm": "^0.2.54",
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.53",
20+
"@mlc-ai/web-llm": "^0.2.54",
2121
"progressbar.js": "^1.1.0"
2222
}
2323
}

examples/function-calling/function-calling-manual/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.53"
18+
"@mlc-ai/web-llm": "^0.2.54"
1919
}
2020
}

examples/function-calling/function-calling-openai/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.53"
18+
"@mlc-ai/web-llm": "^0.2.54"
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.53"
18+
"@mlc-ai/web-llm": "^0.2.54"
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.53"
18+
"@mlc-ai/web-llm": "^0.2.54"
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.53"
18+
"@mlc-ai/web-llm": "^0.2.54"
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.53"
18+
"@mlc-ai/web-llm": "^0.2.54"
1919
}
2020
}

0 commit comments

Comments
 (0)