diff --git a/ggml/src/ggml-hrx/tools/generate_kernel_corpus.py b/ggml/src/ggml-hrx/tools/generate_kernel_corpus.py index 49d2c1795e7..4c582612684 100644 --- a/ggml/src/ggml-hrx/tools/generate_kernel_corpus.py +++ b/ggml/src/ggml-hrx/tools/generate_kernel_corpus.py @@ -148,7 +148,7 @@ def convert_source_to_bytecode(source_path: pathlib.Path, loom_link: pathlib.Pat require_tool([ str(loom_link), "--verify=false", - "--mode=archive", + "--mode=merge", "--strip-check", "--to=text", f"--output={stripped}", @@ -165,7 +165,7 @@ def convert_source_to_bytecode(source_path: pathlib.Path, loom_link: pathlib.Pat require_tool([ str(loom_link), "--verify=false", - "--mode=archive", + "--mode=merge", "--strip-check", "--to=bc", f"--output={bytecode}",