Skip to content

Commit 80e7723

Browse files
ggml-hrx: use Loom merge mode for corpus generation (#93)
1 parent f43c5b4 commit 80e7723

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ggml/src/ggml-hrx/tools/generate_kernel_corpus.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def convert_source_to_bytecode(source_path: pathlib.Path, loom_link: pathlib.Pat
148148
require_tool([
149149
str(loom_link),
150150
"--verify=false",
151-
"--mode=archive",
151+
"--mode=merge",
152152
"--strip-check",
153153
"--to=text",
154154
f"--output={stripped}",
@@ -165,7 +165,7 @@ def convert_source_to_bytecode(source_path: pathlib.Path, loom_link: pathlib.Pat
165165
require_tool([
166166
str(loom_link),
167167
"--verify=false",
168-
"--mode=archive",
168+
"--mode=merge",
169169
"--strip-check",
170170
"--to=bc",
171171
f"--output={bytecode}",

0 commit comments

Comments
 (0)