Skip to content

Commit 2f71d50

Browse files
authored
v1.2.1 (#72)
1 parent 48d2914 commit 2f71d50

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

binding/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@picovoice/picollm-node",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Picovoice picoLLM Node.js binding",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",

binding/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
setuptools.setup(
5555
name="picollm",
56-
version="1.2.0",
56+
version="1.2.1",
5757
author="Picovoice",
5858
author_email="hello@picovoice.ai",
5959
description="picoLLM Inference Engine",

demo/nodejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@picovoice/picollm-node-demo",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Picovoice PicoLLM Node.js chat and completion demos",
55
"scripts": {
66
"chat": "node chat.js",
@@ -19,7 +19,7 @@
1919
"author": "Picovoice Inc.",
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"@picovoice/picollm-node": "~1.2.0",
22+
"@picovoice/picollm-node": "~1.2.1",
2323
"commander": "^6.1.0",
2424
"prettier": "^2.6.2"
2525
},

demo/nodejs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

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

1010
commander@^6.1.0:
1111
version "6.2.1"

demo/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
picollm==1.2.0
1+
picollm==1.2.1

demo/python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727

2828
setuptools.setup(
2929
name="picollmdemo",
30-
version="1.2.0",
30+
version="1.2.1",
3131
author="Picovoice",
3232
author_email="hello@picovoice.ai",
3333
description="picoLLM Inference Engine demos",
3434
long_description=long_description,
3535
long_description_content_type="text/markdown",
3636
url="https://github.com/Picovoice/picollm",
3737
packages=["picollmdemo"],
38-
install_requires=["picollm==1.2.0"],
38+
install_requires=["picollm==1.2.1"],
3939
include_package_data=True,
4040
classifiers=[
4141
"Development Status :: 5 - Production/Stable",
1.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.

lib/windows/amd64/pv_xpu_cuda.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)