Skip to content

Commit

Permalink
updated to use released packages
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Dec 23, 2024
1 parent 87a6895 commit 9b84582
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 60 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/nodejs-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# ************ REMOVE AFTER RELEASE ***************
- name: build local binding
run: yarn install && yarn build
working-directory: binding/nodejs
# ************ REMOVE AFTER RELEASE ***************

- name: Install dependencies
run: yarn install

Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ jobs:
.venv\Scripts\activate
echo PATH=$PATH >> $GITHUB_ENV
# ************ REMOVE AFTER RELEASE ***************
- name: build local binding
run: |
python3 -m pip install setuptools wheel
python3 -m setup sdist bdist_wheel
working-directory: binding/python
# ************ REMOVE AFTER RELEASE ***************

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

Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/web-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v3

# ************ REMOVE AFTER RELEASE ***************
- name: build local binding
run: yarn install && yarn copywasm && yarn build
working-directory: binding/web
# ************ REMOVE AFTER RELEASE ***************

- name: Install dependencies
run: yarn install

Expand All @@ -49,11 +43,5 @@ jobs:
steps:
- uses: actions/checkout@v3

# ************ REMOVE AFTER RELEASE ***************
- name: build local binding
run: yarn install && yarn copywasm && yarn build
working-directory: binding/web
# ************ REMOVE AFTER RELEASE ***************

- name: Install dependencies
run: yarn install
6 changes: 0 additions & 6 deletions binding/android/PicoLLMTestApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1358/'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
Expand All @@ -24,9 +21,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1358/'
}
}
}

Expand Down
6 changes: 0 additions & 6 deletions demo/android/Chat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1358/'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
Expand All @@ -19,9 +16,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1358/'
}
}
}

Expand Down
6 changes: 0 additions & 6 deletions demo/android/Completion/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1358/'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
Expand All @@ -19,9 +16,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1358/'
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion demo/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Picovoice Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/picollm-node": "../../binding/nodejs",
"@picovoice/picollm-node": "~1.2.3",
"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.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-node/-/picollm-node-1.2.2.tgz#515c7325c7d7d3b13612b63efee7392727469626"
integrity sha512-HUS84WD5YY+SxWbWztYrG4wAdRIeGqk7RjAhjdiT4XvaOo8aOw54fviDM1X/1/QPcqnvYATt06fn2YvAH9ItRg==
"@picovoice/picollm-node@~1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-node/-/picollm-node-1.2.3.tgz#e987159a308ee44b5d947213ee4401d6ff30e6ed"
integrity sha512-WdtrmMbxAUS8SDr98VRG+LulGe8UvRclu0+bBnOnYdOfEG7+XWHzC1ddsXRyN9mdmpPJj5T0xxQ1uk9dN2j+aw==

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 @@
../../binding/python/dist/picollm-1.2.3-py3-none-any.whl
picollm==1.2.3
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": "../../binding/web"
"@picovoice/picollm-web": "~1.2.3"
},
"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.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-web/-/picollm-web-1.2.2.tgz#d4f7c65d19aa53febf312198cfb153c97ad81c9b"
integrity sha512-drLxBiGvpxSH4clOY0TfHQ+XFp447VUY5oC2qjSLD4454C5H/PpB5qFpW8ejr78LvCU/cu9TKRtnnmk2fZq7Sw==
"@picovoice/picollm-web@~1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-web/-/picollm-web-1.2.3.tgz#765f52c55943c71dbb7c95492b93cda15e483999"
integrity sha512-QtiZTckN6UDlO5bVnR5ldhegb9h63szu4l3PknI7V4Qsz8w4AXaloRXlnOhK87oEC5Px2C56ve7+aiH9oSPcNQ==
dependencies:
"@picovoice/web-utils" "~1.4.3"

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": "../../binding/web"
"@picovoice/picollm-web": "~1.2.3"
},
"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.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-web/-/picollm-web-1.2.2.tgz#d4f7c65d19aa53febf312198cfb153c97ad81c9b"
integrity sha512-drLxBiGvpxSH4clOY0TfHQ+XFp447VUY5oC2qjSLD4454C5H/PpB5qFpW8ejr78LvCU/cu9TKRtnnmk2fZq7Sw==
"@picovoice/picollm-web@~1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@picovoice/picollm-web/-/picollm-web-1.2.3.tgz#765f52c55943c71dbb7c95492b93cda15e483999"
integrity sha512-QtiZTckN6UDlO5bVnR5ldhegb9h63szu4l3PknI7V4Qsz8w4AXaloRXlnOhK87oEC5Px2C56ve7+aiH9oSPcNQ==
dependencies:
"@picovoice/web-utils" "~1.4.3"

Expand Down

0 comments on commit 9b84582

Please sign in to comment.