File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 37
37
- name : Download side binaries
38
38
env :
39
39
ARCH : x86_64-unknown-linux-gnu
40
- SHINKAI_NODE_VERSION : v0.9.2
40
+ SHINKAI_NODE_VERSION : v0.9.3
41
41
OLLAMA_VERSION : v0.5.4
42
42
run : |
43
43
npx ts-node ./ci-scripts/download-side-binaries.ts
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ jobs:
208
208
- name : Download side binaries
209
209
env :
210
210
ARCH : ${{ matrix.arch }}
211
- SHINKAI_NODE_VERSION : v0.9.2
211
+ SHINKAI_NODE_VERSION : v0.9.3
212
212
OLLAMA_VERSION : v0.5.4
213
213
run : |
214
214
npx ts-node ./ci-scripts/download-side-binaries.ts
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206
206
- name : Download side binaries
207
207
env :
208
208
ARCH : ${{ matrix.arch }}
209
- SHINKAI_NODE_VERSION : v0.9.2
209
+ SHINKAI_NODE_VERSION : v0.9.3
210
210
OLLAMA_VERSION : v0.5.4
211
211
run : |
212
212
npx ts-node ./ci-scripts/download-side-binaries.ts
Original file line number Diff line number Diff line change @@ -46,22 +46,22 @@ $ git clone https://github.com/dcSpark/shinkai-apps
46
46
```
47
47
ARCH="aarch64-apple-darwin" \
48
48
OLLAMA_VERSION="v0.5.4" \
49
- SHINKAI_NODE_VERSION="v0.9.2 " \
49
+ SHINKAI_NODE_VERSION="v0.9.3 " \
50
50
npx ts-node ./ci-scripts/download-side-binaries.ts
51
51
```
52
52
53
53
#### Linux
54
54
```
55
55
ARCH="x86_64-unknown-linux-gnu" \
56
56
OLLAMA_VERSION="v0.5.4"\
57
- SHINKAI_NODE_VERSION="v0.9.2 " \
57
+ SHINKAI_NODE_VERSION="v0.9.3 " \
58
58
npx ts-node ./ci-scripts/download-side-binaries.ts
59
59
```
60
60
61
61
#### Windows
62
62
```
63
63
$ENV:OLLAMA_VERSION="v0.5.4"
64
- $ENV:SHINKAI_NODE_VERSION="v0.9.2 "
64
+ $ENV:SHINKAI_NODE_VERSION="v0.9.3 "
65
65
$ENV:ARCH="x86_64-pc-windows-msvc"
66
66
npx ts-node ./ci-scripts/download-side-binaries.ts
67
67
```
You can’t perform that action at this time.
0 commit comments