diff --git a/README.md b/README.md index b548c999..f2dba3db 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ npm install npm run build ``` -Then, to test the effects of your code change in an example, inside `examples/get-started/package.json`, change from `"@mlc-ai/web-llm": "^0.2.72"` to `"@mlc-ai/web-llm": ../..`. +Then, to test the effects of your code change in an example, inside `examples/get-started/package.json`, change from `"@mlc-ai/web-llm": "^0.2.73"` to `"@mlc-ai/web-llm": ../..`. Then run: diff --git a/examples/abort-reload/package.json b/examples/abort-reload/package.json index 3b0ac0f3..b34abd6a 100644 --- a/examples/abort-reload/package.json +++ b/examples/abort-reload/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/cache-usage/package.json b/examples/cache-usage/package.json index 928666f2..ac0b052a 100644 --- a/examples/cache-usage/package.json +++ b/examples/cache-usage/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/chrome-extension-webgpu-service-worker/package.json b/examples/chrome-extension-webgpu-service-worker/package.json index be0693df..1a3a6ed6 100644 --- a/examples/chrome-extension-webgpu-service-worker/package.json +++ b/examples/chrome-extension-webgpu-service-worker/package.json @@ -17,7 +17,7 @@ "url": "^0.11.1" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72", + "@mlc-ai/web-llm": "^0.2.73", "progressbar.js": "^1.1.0" } } diff --git a/examples/chrome-extension/package.json b/examples/chrome-extension/package.json index 9f8e8d76..4dba47d2 100644 --- a/examples/chrome-extension/package.json +++ b/examples/chrome-extension/package.json @@ -17,7 +17,7 @@ "url": "^0.11.1" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72", + "@mlc-ai/web-llm": "^0.2.73", "progressbar.js": "^1.1.0" } } diff --git a/examples/embeddings/package.json b/examples/embeddings/package.json index 96a9cfa9..20c670de 100644 --- a/examples/embeddings/package.json +++ b/examples/embeddings/package.json @@ -15,7 +15,7 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72", + "@mlc-ai/web-llm": "^0.2.73", "langchain": "0.2.15" } } diff --git a/examples/function-calling/function-calling-manual/package.json b/examples/function-calling/function-calling-manual/package.json index da4f0db9..961329a0 100644 --- a/examples/function-calling/function-calling-manual/package.json +++ b/examples/function-calling/function-calling-manual/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/function-calling/function-calling-openai/package.json b/examples/function-calling/function-calling-openai/package.json index 88cde1ee..7ecfbdf4 100644 --- a/examples/function-calling/function-calling-openai/package.json +++ b/examples/function-calling/function-calling-openai/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/get-started-web-worker/package.json b/examples/get-started-web-worker/package.json index c5cd9dae..db4d277d 100644 --- a/examples/get-started-web-worker/package.json +++ b/examples/get-started-web-worker/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/get-started/package.json b/examples/get-started/package.json index 93ba3af8..b8d3680b 100644 --- a/examples/get-started/package.json +++ b/examples/get-started/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/json-mode/package.json b/examples/json-mode/package.json index b54467c4..214ea07f 100644 --- a/examples/json-mode/package.json +++ b/examples/json-mode/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/json-schema/package.json b/examples/json-schema/package.json index b68f783d..0c845437 100644 --- a/examples/json-schema/package.json +++ b/examples/json-schema/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/logit-processor/package.json b/examples/logit-processor/package.json index 2dca6d14..587726ba 100644 --- a/examples/logit-processor/package.json +++ b/examples/logit-processor/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/multi-models/package.json b/examples/multi-models/package.json index cb7ba4f6..081d61f3 100644 --- a/examples/multi-models/package.json +++ b/examples/multi-models/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/multi-round-chat/package.json b/examples/multi-round-chat/package.json index 11196446..1e10ca61 100644 --- a/examples/multi-round-chat/package.json +++ b/examples/multi-round-chat/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/next-simple-chat/package.json b/examples/next-simple-chat/package.json index 61e1a4cc..449da3ff 100644 --- a/examples/next-simple-chat/package.json +++ b/examples/next-simple-chat/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72", + "@mlc-ai/web-llm": "^0.2.73", "@types/node": "20.3.3", "@types/react": "18.2.14", "@types/react-dom": "18.2.6", diff --git a/examples/seed-to-reproduce/package.json b/examples/seed-to-reproduce/package.json index ad30f689..a5d43f81 100644 --- a/examples/seed-to-reproduce/package.json +++ b/examples/seed-to-reproduce/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/service-worker/package.json b/examples/service-worker/package.json index 7c69d281..b8ff9d0b 100644 --- a/examples/service-worker/package.json +++ b/examples/service-worker/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/simple-chat-ts/package.json b/examples/simple-chat-ts/package.json index 91080e0d..ff22a59e 100644 --- a/examples/simple-chat-ts/package.json +++ b/examples/simple-chat-ts/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/streaming/package.json b/examples/streaming/package.json index f6c91f23..157e79a2 100644 --- a/examples/streaming/package.json +++ b/examples/streaming/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/text-completion/package.json b/examples/text-completion/package.json index 62409026..f6083b49 100644 --- a/examples/text-completion/package.json +++ b/examples/text-completion/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/examples/vision-model/package.json b/examples/vision-model/package.json index 22216d98..655cda13 100644 --- a/examples/vision-model/package.json +++ b/examples/vision-model/package.json @@ -15,6 +15,6 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72" + "@mlc-ai/web-llm": "^0.2.73" } } diff --git a/package-lock.json b/package-lock.json index 5abe18a7..222081c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mlc-ai/web-llm", - "version": "0.2.72", + "version": "0.2.73", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mlc-ai/web-llm", - "version": "0.2.72", + "version": "0.2.73", "license": "Apache-2.0", "dependencies": { "loglevel": "^1.9.1" diff --git a/package.json b/package.json index b1dd5545..8b081de3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mlc-ai/web-llm", - "version": "0.2.72", + "version": "0.2.73", "description": "Hardware accelerated language model chats on browsers", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/utils/vram_requirements/package.json b/utils/vram_requirements/package.json index 49436bde..f84eb72a 100644 --- a/utils/vram_requirements/package.json +++ b/utils/vram_requirements/package.json @@ -19,7 +19,7 @@ "url": "^0.11.3" }, "dependencies": { - "@mlc-ai/web-llm": "^0.2.72", + "@mlc-ai/web-llm": "^0.2.73", "@mlc-ai/web-runtime": "0.18.0-dev2" } }