From c9c005722a091705b99168eee1ef67b0d932202b Mon Sep 17 00:00:00 2001 From: Alfredo Gallardo Date: Sat, 8 Jun 2024 14:32:09 -0400 Subject: [PATCH] - improve: update to ollama v0.1.42 (#318) --- .github/workflows/pr-ci-healchecks.yml | 2 +- .github/workflows/release-dev.yml | 2 +- .github/workflows/release-prod.yml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-ci-healchecks.yml b/.github/workflows/pr-ci-healchecks.yml index 441dab825..9e1eceb2c 100644 --- a/.github/workflows/pr-ci-healchecks.yml +++ b/.github/workflows/pr-ci-healchecks.yml @@ -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 diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 2ebd029fd..c134fb772 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -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 diff --git a/.github/workflows/release-prod.yml b/.github/workflows/release-prod.yml index 96abdb076..529a0c626 100644 --- a/.github/workflows/release-prod.yml +++ b/.github/workflows/release-prod.yml @@ -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 diff --git a/README.md b/README.md index 67c26a7fb..b5a2e57bd 100644 --- a/README.md +++ b/README.md @@ -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: