diff --git a/.github/workflows/pr-ci-healchecks.yml b/.github/workflows/pr-ci-healchecks.yml index 46f81447c..ed684893a 100644 --- a/.github/workflows/pr-ci-healchecks.yml +++ b/.github/workflows/pr-ci-healchecks.yml @@ -38,7 +38,7 @@ jobs: env: ARCH: x86_64-unknown-linux-gnu SHINKAI_NODE_VERSION: v0.9.2 - OLLAMA_VERSION: v0.5.1 + OLLAMA_VERSION: v0.5.4 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 a8c9de0d9..2941160da 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -209,7 +209,7 @@ jobs: env: ARCH: ${{ matrix.arch }} SHINKAI_NODE_VERSION: v0.9.2 - OLLAMA_VERSION: v0.5.1 + OLLAMA_VERSION: v0.5.4 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 87e7c622d..e13631720 100644 --- a/.github/workflows/release-prod.yml +++ b/.github/workflows/release-prod.yml @@ -207,7 +207,7 @@ jobs: env: ARCH: ${{ matrix.arch }} SHINKAI_NODE_VERSION: v0.9.2 - OLLAMA_VERSION: v0.5.1 + OLLAMA_VERSION: v0.5.4 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/README.md b/README.md index 50d472a0d..31cde8e25 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ $ git clone https://github.com/dcSpark/shinkai-apps #### Macos ``` ARCH="aarch64-apple-darwin" \ -OLLAMA_VERSION="v0.5.1" \ +OLLAMA_VERSION="v0.5.4" \ SHINKAI_NODE_VERSION="v0.9.2" \ npx ts-node ./ci-scripts/download-side-binaries.ts ``` @@ -53,14 +53,14 @@ npx ts-node ./ci-scripts/download-side-binaries.ts #### Linux ``` ARCH="x86_64-unknown-linux-gnu" \ -OLLAMA_VERSION="v0.5.1"\ +OLLAMA_VERSION="v0.5.4"\ SHINKAI_NODE_VERSION="v0.9.2" \ npx ts-node ./ci-scripts/download-side-binaries.ts ``` #### Windows ``` -$ENV:OLLAMA_VERSION="v0.5.1" +$ENV:OLLAMA_VERSION="v0.5.4" $ENV:SHINKAI_NODE_VERSION="v0.9.2" $ENV:ARCH="x86_64-pc-windows-msvc" npx ts-node ./ci-scripts/download-side-binaries.ts