Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ jobs:
.venv\Scripts\activate
echo PATH=$PATH >> $GITHUB_ENV

# ************** REMOVE AFTER RELEASE ********************
- name: Build binding
run: |
python3 -m pip install wheel setuptools
python3 setup.py sdist bdist_wheel
python3 -m pip install --force-reinstall dist/picollm-2.0.0-py3-none-any.whl
working-directory: binding/python
# ********************************************************

- name: Install Python dependencies
run: python3 -m pip install -r requirements.txt --force-reinstall

Expand Down
2 changes: 1 addition & 1 deletion binding/dotnet/PicoLLM/PicoLLM.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Authors>Picovoice</Authors>
<Company />
<Product>picoLLM Inference Engine</Product>
Expand Down
4 changes: 2 additions & 2 deletions binding/dotnet/PicoLLM/PicoLLM.netstandard2.0.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
<Content Include="$(MSBuildThisFileDirectory)pv_ypu_impl_cuda.dll">
<Link>pv_ypu_impl_cuda.dll</Link>
<Content Include="$(MSBuildThisFileDirectory)pv_ypu_impl_cuda_picollm.dll">
<Link>pv_ypu_impl_cuda_picollm.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</Content>
Expand Down
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": "2.0.0",
"version": "2.0.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 @@ -54,7 +54,7 @@

setuptools.setup(
name="picollm",
version="2.0.0",
version="2.0.1",
author="Picovoice",
author_email="hello@picovoice.ai",
description="picoLLM Inference Engine",
Expand Down
2 changes: 1 addition & 1 deletion demo/dotnet/PicoLLMDemo/PicoLLMDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<AssemblyName>PicoLLMCompletionDemo</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PicoLLM" Version="2.0.0" />
<PackageReference Include="PicoLLM" Version="2.0.1" />
</ItemGroup>
</Project>
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.3.1",
"version": "2.0.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": "~2.0.0",
"@picovoice/picollm-node": "2.0.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@~2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-node/-/picollm-node-2.0.0.tgz#0981c0e0252313ab02e6f755aaf2ff475c2d247b"
integrity sha512-2bnuKl3Rf+Cakuh7lfOyZYPaL4ki9eVMpEX336VjYczmy0zUtvOOZBg7OWNPePnKr7rHUDGAy4+MB3PeHQUsxQ==
"@picovoice/picollm-node@2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-node/-/picollm-node-2.0.1.tgz#096dfd5c4624494cba2a2237580e3f43beba9272"
integrity sha512-At6oSw51aA1CDH0VjK/Dm+X5Et7lkh2EPz05kb4Uv++Bs0keiS9rEXY7HWYQHooMzI17zGO/5SqOxoSQHlBlDg==

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==2.0.0
picollm==2.0.1
2 changes: 1 addition & 1 deletion demo/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setuptools.setup(
name="picollmdemo",
version="2.0.0",
version="2.0.1",
author="Picovoice",
author_email="hello@picovoice.ai",
description="picoLLM Inference Engine demos",
Expand Down
Binary file modified lib/node/windows/amd64/pv_picollm.node
Binary file not shown.
Binary file not shown.
Binary file modified lib/windows/amd64/libpv_picollm.dll
Binary file not shown.
Binary file not shown.