diff --git a/README.md b/README.md index af53803e..0bed0c21 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,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.73"` 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.74"` to `"@mlc-ai/web-llm": ../..`. Then run: diff --git a/examples/abort-reload/package.json b/examples/abort-reload/package.json index b34abd6a..0ae3243b 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/cache-usage/package.json b/examples/cache-usage/package.json index ac0b052a..0752e71e 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/chrome-extension-webgpu-service-worker/package.json b/examples/chrome-extension-webgpu-service-worker/package.json index 1a3a6ed6..c2a23e23 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.73", + "@mlc-ai/web-llm": "^0.2.74", "progressbar.js": "^1.1.0" } } diff --git a/examples/chrome-extension/package.json b/examples/chrome-extension/package.json index 4dba47d2..afbbbb41 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.73", + "@mlc-ai/web-llm": "^0.2.74", "progressbar.js": "^1.1.0" } } diff --git a/examples/embeddings/package.json b/examples/embeddings/package.json index 20c670de..4c25dd3e 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.73", + "@mlc-ai/web-llm": "^0.2.74", "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 961329a0..292ce9cb 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/function-calling/function-calling-openai/package.json b/examples/function-calling/function-calling-openai/package.json index 7ecfbdf4..f7a0c951 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/get-started-web-worker/package.json b/examples/get-started-web-worker/package.json index db4d277d..aaa10100 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/get-started/package.json b/examples/get-started/package.json index b8d3680b..c003a2ee 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/json-mode/package.json b/examples/json-mode/package.json index 214ea07f..02580287 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/json-schema/package.json b/examples/json-schema/package.json index 0c845437..a7fa7d15 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/logit-processor/package.json b/examples/logit-processor/package.json index 587726ba..b1db88c0 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/multi-models/package.json b/examples/multi-models/package.json index 081d61f3..20309781 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/multi-round-chat/package.json b/examples/multi-round-chat/package.json index 1e10ca61..0a14c192 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/next-simple-chat/package.json b/examples/next-simple-chat/package.json index 449da3ff..a1595597 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.73", + "@mlc-ai/web-llm": "^0.2.74", "@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 a5d43f81..84d893f4 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/service-worker/package.json b/examples/service-worker/package.json index b8ff9d0b..7ad17724 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/simple-chat-ts/package.json b/examples/simple-chat-ts/package.json index ff22a59e..f47f8657 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/streaming/package.json b/examples/streaming/package.json index 157e79a2..d2f45264 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/text-completion/package.json b/examples/text-completion/package.json index f6083b49..39312059 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/examples/vision-model/package.json b/examples/vision-model/package.json index 655cda13..f37699d4 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.73" + "@mlc-ai/web-llm": "^0.2.74" } } diff --git a/package.json b/package.json index 8b081de3..176d4a88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mlc-ai/web-llm", - "version": "0.2.73", + "version": "0.2.74", "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 f84eb72a..fa46f96e 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.73", + "@mlc-ai/web-llm": "^0.2.74", "@mlc-ai/web-runtime": "0.18.0-dev2" } }