diff --git a/README.md b/README.md index 0bed0c21..53aedc81 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.74"` 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.75"` to `"@mlc-ai/web-llm": ../..`. Then run: diff --git a/examples/abort-reload/package.json b/examples/abort-reload/package.json index 0ae3243b..bedaf56a 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/cache-usage/package.json b/examples/cache-usage/package.json index 0752e71e..ab94d034 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/chrome-extension-webgpu-service-worker/package.json b/examples/chrome-extension-webgpu-service-worker/package.json index c2a23e23..57a5675e 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.74", + "@mlc-ai/web-llm": "^0.2.75", "progressbar.js": "^1.1.0" } } diff --git a/examples/chrome-extension/package.json b/examples/chrome-extension/package.json index afbbbb41..6b580c2d 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.74", + "@mlc-ai/web-llm": "^0.2.75", "progressbar.js": "^1.1.0" } } diff --git a/examples/embeddings/package.json b/examples/embeddings/package.json index 4c25dd3e..7f6d201a 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.74", + "@mlc-ai/web-llm": "^0.2.75", "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 292ce9cb..f3d113a8 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/function-calling/function-calling-openai/package.json b/examples/function-calling/function-calling-openai/package.json index f7a0c951..3970864d 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/get-started-web-worker/package.json b/examples/get-started-web-worker/package.json index aaa10100..658f648b 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/get-started/package.json b/examples/get-started/package.json index c003a2ee..49486e77 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/json-mode/package.json b/examples/json-mode/package.json index 02580287..15b69381 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/json-schema/package.json b/examples/json-schema/package.json index a7fa7d15..833315b5 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/logit-processor/package.json b/examples/logit-processor/package.json index b1db88c0..47e1c9aa 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/multi-models/package.json b/examples/multi-models/package.json index 20309781..0d81d312 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/multi-round-chat/package.json b/examples/multi-round-chat/package.json index 0a14c192..f94a2ab2 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/next-simple-chat/package.json b/examples/next-simple-chat/package.json index a1595597..3e70dfc5 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.74", + "@mlc-ai/web-llm": "^0.2.75", "@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 84d893f4..38d15fc7 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/service-worker/package.json b/examples/service-worker/package.json index 7ad17724..01a5d7a0 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/simple-chat-ts/package.json b/examples/simple-chat-ts/package.json index f47f8657..5ae0b0d1 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/streaming/package.json b/examples/streaming/package.json index d2f45264..b144ad76 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/text-completion/package.json b/examples/text-completion/package.json index 39312059..251ab420 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/examples/vision-model/package.json b/examples/vision-model/package.json index f37699d4..9190de8c 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.74" + "@mlc-ai/web-llm": "^0.2.75" } } diff --git a/package-lock.json b/package-lock.json index 222081c5..70b60412 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mlc-ai/web-llm", - "version": "0.2.73", + "version": "0.2.75", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mlc-ai/web-llm", - "version": "0.2.73", + "version": "0.2.75", "license": "Apache-2.0", "dependencies": { "loglevel": "^1.9.1" diff --git a/package.json b/package.json index 176d4a88..348239f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mlc-ai/web-llm", - "version": "0.2.74", + "version": "0.2.75", "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 fa46f96e..49e4d5d0 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.74", + "@mlc-ai/web-llm": "^0.2.75", "@mlc-ai/web-runtime": "0.18.0-dev2" } }