Skip to content

Commit

Permalink
v1.2.1 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok authored Nov 27, 2024
1 parent 48d2914 commit 2f71d50
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion binding/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picovoice/picollm-node",
"version": "1.2.0",
"version": "1.2.1",
"description": "Picovoice picoLLM Node.js binding",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion binding/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

setuptools.setup(
name="picollm",
version="1.2.0",
version="1.2.1",
author="Picovoice",
author_email="hello@picovoice.ai",
description="picoLLM Inference Engine",
Expand Down
4 changes: 2 additions & 2 deletions demo/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picovoice/picollm-node-demo",
"version": "1.2.0",
"version": "1.2.1",
"description": "Picovoice PicoLLM Node.js chat and completion demos",
"scripts": {
"chat": "node chat.js",
Expand All @@ -19,7 +19,7 @@
"author": "Picovoice Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/picollm-node": "~1.2.0",
"@picovoice/picollm-node": "~1.2.1",
"commander": "^6.1.0",
"prettier": "^2.6.2"
},
Expand Down
8 changes: 4 additions & 4 deletions demo/nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@picovoice/picollm-node@~1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-node/-/picollm-node-1.2.0.tgz#9950706ea98d7021e3ff3a476d01426a7bd970d5"
integrity sha512-E5Af+zQ7hCCptHwLcH6ZYwtVGpJAA8cdwjSpq3hGyW4PxgksDfizzhPZbBrgMECXzFtOZjCerkZBdYsYI/D5rQ==
"@picovoice/picollm-node@~1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-node/-/picollm-node-1.2.1.tgz#90a47daed6a90ce0ec43b2a29666152ca014792b"
integrity sha512-Es1S18yYDsGED+0M7HIn7NspdL/IP7XoFz1WwsCoi6+3IYLZ3F9K+KGqdSusBrUv9+NL4uhrVJA29HPZs407CA==

commander@^6.1.0:
version "6.2.1"
Expand Down
2 changes: 1 addition & 1 deletion demo/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
picollm==1.2.0
picollm==1.2.1
4 changes: 2 additions & 2 deletions demo/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@

setuptools.setup(
name="picollmdemo",
version="1.2.0",
version="1.2.1",
author="Picovoice",
author_email="hello@picovoice.ai",
description="picoLLM Inference Engine demos",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Picovoice/picollm",
packages=["picollmdemo"],
install_requires=["picollm==1.2.0"],
install_requires=["picollm==1.2.1"],
include_package_data=True,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down
Binary file modified lib/windows/amd64/libpv_picollm.dll
Binary file not shown.
Binary file modified lib/windows/amd64/pv_picollm_xpu_cuda.dll
Binary file not shown.
Binary file modified lib/windows/amd64/pv_xpu_cuda.dll
Binary file not shown.

0 comments on commit 2f71d50

Please sign in to comment.