Skip to content

Commit

Permalink
Published Bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Dec 17, 2024
1 parent 102b86e commit 1109b2f
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 52 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-1357/'
}
}
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-1357/'
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions binding/ios/PicoLLMAppTest/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ source 'https://cdn.cocoapods.org/'
platform :ios, '16.0'

target 'PicoLLMAppTest' do
pod 'picoLLM-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/picollm/refs/heads/v1.2.2/binding/ios/picoLLM-iOS.podspec'
pod 'picoLLM-iOS', '~> 1.2.2'
end

target 'PicoLLMAppTestUITests' do
pod 'picoLLM-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/picollm/refs/heads/v1.2.2/binding/ios/picoLLM-iOS.podspec'
pod 'picoLLM-iOS', '~> 1.2.2'
end
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-1357/'
}
}
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-1357/'
}
}
}

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-1357/'
}
}
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-1357/'
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion demo/ios/Chat/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source 'https://cdn.cocoapods.org/'
platform :ios, '16.0'

target 'PicoLLMChatDemo' do
pod 'picoLLM-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/picollm/refs/heads/v1.2.2/binding/ios/picoLLM-iOS.podspec'
pod 'picoLLM-iOS', '~> 1.2.2'
end
2 changes: 1 addition & 1 deletion demo/ios/Completion/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source 'https://cdn.cocoapods.org/'
platform :ios, '16.0'

target 'PicoLLMCompletionDemo' do
pod 'picoLLM-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/picollm/refs/heads/v1.2.2/binding/ios/picoLLM-iOS.podspec'
pod 'picoLLM-iOS', '~> 1.2.2'
end
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.2",
"commander": "^6.1.0",
"prettier": "^2.6.2"
},
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.2-py3-none-any.whl
picollm==1.2.2
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.2"
},
"devDependencies": {
"http-server": "^14.0.0"
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.2"
},
"devDependencies": {
"http-server": "^14.0.0"
Expand Down

0 comments on commit 1109b2f

Please sign in to comment.