Skip to content

Commit

Permalink
Merge pull request #33 from Picovoice/web-sdk-improvements
Browse files Browse the repository at this point in the history
improve wasm memory usage
  • Loading branch information
mrrostam authored Jun 18, 2024
2 parents 4f95282 + 80ca354 commit 9f22fe4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion binding/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "picoLLM Inference Engine is a highly accurate and cross-platform SDK optimized for running compressed large language models.",
"author": "Picovoice Inc",
"license": "Apache-2.0",
"version": "1.0.6",
"version": "1.0.7",
"keywords": [
"web",
"ai",
Expand Down
2 changes: 1 addition & 1 deletion demo/web/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Picovoice Inc",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/picollm-web": "~1.0.6"
"@picovoice/picollm-web": "~1.0.7"
},
"devDependencies": {
"http-server": "^14.0.0"
Expand Down
8 changes: 4 additions & 4 deletions demo/web/chat/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@picovoice/picollm-web@~1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-web/-/picollm-web-1.0.6.tgz#3412214c28b9605642dc04fdf690f7ba65aab4b2"
integrity sha512-0pI3Nd+SOtEh17tmIwbqN0lmO+WgODWnx9FxqlBjzyIwS8CGCH8cdZOEHRjd/SIt8NAmUc7o15yXQMeJNQ8eWg==
"@picovoice/picollm-web@~1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-web/-/picollm-web-1.0.7.tgz#98111e9d28f149e6f95e802b1d32e5114413662d"
integrity sha512-vllhlFaDhhsKuuUCidq60YXH7DTwvJBRTI1QUphxfRGCtm7Th/DF9lX6e48PIFFavT+VIeG/1AgJ9oT9Z/Z9og==
dependencies:
"@picovoice/web-utils" "~1.4.1"

Expand Down
2 changes: 1 addition & 1 deletion demo/web/completion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Picovoice Inc",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/picollm-web": "~1.0.6"
"@picovoice/picollm-web": "~1.0.7"
},
"devDependencies": {
"http-server": "^14.0.0"
Expand Down
8 changes: 4 additions & 4 deletions demo/web/completion/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@picovoice/picollm-web@~1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-web/-/picollm-web-1.0.6.tgz#3412214c28b9605642dc04fdf690f7ba65aab4b2"
integrity sha512-0pI3Nd+SOtEh17tmIwbqN0lmO+WgODWnx9FxqlBjzyIwS8CGCH8cdZOEHRjd/SIt8NAmUc7o15yXQMeJNQ8eWg==
"@picovoice/picollm-web@~1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-web/-/picollm-web-1.0.7.tgz#98111e9d28f149e6f95e802b1d32e5114413662d"
integrity sha512-vllhlFaDhhsKuuUCidq60YXH7DTwvJBRTI1QUphxfRGCtm7Th/DF9lX6e48PIFFavT+VIeG/1AgJ9oT9Z/Z9og==
dependencies:
"@picovoice/web-utils" "~1.4.1"

Expand Down
Binary file modified lib/wasm/pv_picollm.wasm
Binary file not shown.
Binary file modified lib/wasm/pv_picollm_simd.wasm
Binary file not shown.

0 comments on commit 9f22fe4

Please sign in to comment.