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 41
41
- name : Download side binaries
42
42
env :
43
43
ARCH : x86_64-unknown-linux-gnu
44
- SHINKAI_NODE_VERSION : v1.0.2
44
+ SHINKAI_NODE_VERSION : v1.0.3
45
45
OLLAMA_VERSION : v0.6.8
46
46
run : |
47
47
npx ts-node ./ci-scripts/download-side-binaries.ts
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ jobs:
214
214
- name : Download side binaries
215
215
env :
216
216
ARCH : ${{ matrix.arch }}
217
- SHINKAI_NODE_VERSION : v1.0.2
217
+ SHINKAI_NODE_VERSION : v1.0.3
218
218
OLLAMA_VERSION : v0.6.8
219
219
run : |
220
220
npx ts-node ./ci-scripts/download-side-binaries.ts
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215
215
- name : Download side binaries
216
216
env :
217
217
ARCH : ${{ matrix.arch }}
218
- SHINKAI_NODE_VERSION : v1.0.2
218
+ SHINKAI_NODE_VERSION : v1.0.3
219
219
OLLAMA_VERSION : v0.6.8
220
220
run : |
221
221
npx ts-node ./ci-scripts/download-side-binaries.ts
Original file line number Diff line number Diff line change @@ -44,22 +44,22 @@ $ git clone https://github.com/dcSpark/shinkai-apps
44
44
```
45
45
ARCH="aarch64-apple-darwin" \
46
46
OLLAMA_VERSION="v0.6.8" \
47
- SHINKAI_NODE_VERSION="v1.0.2 " \
47
+ SHINKAI_NODE_VERSION="v1.0.3 " \
48
48
npx ts-node ./ci-scripts/download-side-binaries.ts
49
49
```
50
50
51
51
#### Linux
52
52
```
53
53
ARCH="x86_64-unknown-linux-gnu" \
54
54
OLLAMA_VERSION="v0.6.8" \
55
- SHINKAI_NODE_VERSION="v1.0.2 " \
55
+ SHINKAI_NODE_VERSION="v1.0.3 " \
56
56
npx ts-node ./ci-scripts/download-side-binaries.ts
57
57
```
58
58
59
59
#### Windows
60
60
```
61
61
$ENV:OLLAMA_VERSION="v0.6.8";
62
- $ENV:SHINKAI_NODE_VERSION="v1.0.2 ";
62
+ $ENV:SHINKAI_NODE_VERSION="v1.0.3 ";
63
63
$ENV:ARCH="x86_64-pc-windows-msvc";
64
64
npx ts-node ./ci-scripts/download-side-binaries.ts
65
65
```
You can’t perform that action at this time.
0 commit comments