Skip to content

Commit

Permalink
Merge pull request #382 from dcSpark/agallardol/bump-shinkai-node-0723
Browse files Browse the repository at this point in the history
- improve: bump shinkai node version v0.7.23
  • Loading branch information
nicarq authored Jul 20, 2024
2 parents 6eeb330 + de0408c commit 85f8b4c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci-healchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Download side binaries
env:
ARCH: x86_64-unknown-linux-gnu
SHINKAI_NODE_VERSION: v0.7.22
SHINKAI_NODE_VERSION: v0.7.23
OLLAMA_VERSION: v0.1.48
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
- name: Download side binaries
env:
ARCH: ${{ matrix.arch }}
SHINKAI_NODE_VERSION: v0.7.22
SHINKAI_NODE_VERSION: v0.7.23
OLLAMA_VERSION: v0.1.48
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Download side binaries
env:
ARCH: ${{ matrix.arch }}
SHINKAI_NODE_VERSION: v0.7.22
SHINKAI_NODE_VERSION: v0.7.23
OLLAMA_VERSION: v0.1.48
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@ $ git clone https://github.com/dcSpark/shinkai-apps
```
ARCH="aarch64-apple-darwin" \
OLLAMA_VERSION="v0.1.48" \
SHINKAI_NODE_VERSION="v0.7.22" \
SHINKAI_NODE_VERSION="v0.7.23" \
npx ts-node ./ci-scripts/download-side-binaries.ts
```

#### Linux
```
ARCH="x86_64-unknown-linux-gnu" \
OLLAMA_VERSION="v0.1.48"\
SHINKAI_NODE_VERSION="v0.7.22" \
SHINKAI_NODE_VERSION="v0.7.23" \
npx ts-node ./ci-scripts/download-side-binaries.ts
```

#### Windows
```
$ENV:OLLAMA_VERSION="v0.1.48"
$ENV:SHINKAI_NODE_VERSION="v0.7.22"
$ENV:SHINKAI_NODE_VERSION="v0.7.23"
$ENV:ARCH="x86_64-pc-windows-msvc"
npx ts-node ./ci-scripts/download-side-binaries.ts
```
Expand Down

0 comments on commit 85f8b4c

Please sign in to comment.