Skip to content

Commit d58c82e

Browse files
committed
update CI (cont). update doc.
1 parent 9d32512 commit d58c82e

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ jobs:
172172
os: ubuntu-22.04
173173
- build: 'arm64'
174174
os: ubuntu-22.04-arm
175-
- build: 's390x'
176-
os: ubuntu-24.04-s390x
177-
- build: 'ppc64le'
178-
os: ubuntu-24.04-ppc64le
175+
#- build: 's390x'
176+
# os: ubuntu-24.04-s390x
177+
#- build: 'ppc64le'
178+
# os: ubuntu-24.04-ppc64le
179179

180180
runs-on: ${{ matrix.os }}
181181

docs/quick_start.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ A.I. > Hello! How can I assist you today?
1919
You >
2020
```
2121

22+
To use multi-modal models, see also [Multimodal](multimodal.md).
23+
2224
For Linux/MacOS (and Windows) users, build [binding](binding.md) and start chatting.
2325

2426
Note: `main_nim` built from [`main.nim`](../bindings/main.nim) supports model id and model downloading, while the _default_ `main`

0 commit comments

Comments
 (0)