Skip to content

Commit f4fb2a3

Browse files
committed
fix(ci): unblock v0.3.2 release builds
1 parent ee1f89c commit f4fb2a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ jobs:
11961196
release-notes.md
11971197
11981198
docker-build:
1199-
name: Docker ${{ matrix.config.display }}
1199+
name: Docker images
12001200
if: ${{ needs.release-meta.outputs.publish_docker == 'true' }}
12011201
needs:
12021202
- release-meta
@@ -1373,7 +1373,7 @@ jobs:
13731373
if-no-files-found: error
13741374

13751375
docker-merge:
1376-
name: Docker tags ${{ matrix.config.display }}
1376+
name: Docker tags
13771377
if: ${{ needs.release-meta.outputs.publish_docker == 'true' }}
13781378
needs:
13791379
- release-meta

src/llama-kvarn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ static void llama_kvarn_quantize_tile(
413413
llama_kvarn_store_fp16(record, other_axis_offset, i, s_col[i]);
414414
}
415415

416-
assert(payload_bytes == llama_kvarn_packed_bytes(128 * 128, bits));
416+
GGML_ASSERT(payload_bytes == llama_kvarn_packed_bytes(128 * 128, bits));
417417
llama_kvarn_pack_bits(q.data(), 128 * 128, bits, payload);
418418
}
419419

0 commit comments

Comments
 (0)