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