Skip to content

Commit

Permalink
- improve: update to ollama v0.1.42 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol authored Jun 8, 2024
1 parent 7e447cc commit c9c0057
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -39,7 +39,7 @@ jobs:
env:
ARCH: x86_64-unknown-linux-gnu
SHINKAI_NODE_VERSION: v0.7.10
OLLAMA_VERSION: v0.1.41
OLLAMA_VERSION: v0.1.42
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 @@ -198,7 +198,7 @@ jobs:
env:
ARCH: ${{ matrix.arch }}
SHINKAI_NODE_VERSION: v0.7.10
OLLAMA_VERSION: v0.1.41
OLLAMA_VERSION: v0.1.42
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 @@ -196,7 +196,7 @@ jobs:
env:
ARCH: ${{ matrix.arch }}
SHINKAI_NODE_VERSION: v0.7.10
OLLAMA_VERSION: v0.1.41
OLLAMA_VERSION: v0.1.42
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To get started first clone this repo:
$ git clone https://github.com/dcSpark/shinkai-apps
# Download side binaries. IE:
ARCH="aarch64-apple-darwin" OLLAMA_VERSION="v0.1.41" SHINKAI_NODE_VERSION="v0.7.10" npx ts-node ./ci-scripts/download-side-binaries.ts
ARCH="aarch64-apple-darwin" OLLAMA_VERSION="v0.1.42" SHINKAI_NODE_VERSION="v0.7.10" npx ts-node ./ci-scripts/download-side-binaries.ts
```

Once you have done that simply use `npm` to compile/serve it yourself:
Expand Down

0 comments on commit c9c0057

Please sign in to comment.