We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b76ed1 + cec5edb commit c44a4dfCopy full SHA for c44a4df
.github/workflows/release.yml
@@ -134,6 +134,8 @@ jobs:
134
include:
135
- build: 'x64'
136
os: ubuntu-22.04
137
+ - build: 's390x-z15' # z15 because our CI runners are on z15
138
+ os: ubuntu-22.04-s390x
139
# GGML_BACKEND_DL and GGML_CPU_ALL_VARIANTS are not currently supported on arm
140
# - build: 'arm64'
141
# os: ubuntu-22.04-arm
.github/workflows/update-ops-docs.yml
@@ -3,10 +3,12 @@ name: Update Operations Documentation
3
on:
4
push:
5
paths:
6
+ - 'docs/ops.md'
7
- 'docs/ops/**'
8
- 'scripts/create_ops_docs.py'
9
pull_request:
10
11
12
13
14
0 commit comments