Update llama example to use per‑target output folders and call profiler.dumpDataAsJson for testing the new compilation layout.
This commit is contained in:
parent
46fbbf43a2
commit
22a846de72
@ -154,7 +154,6 @@ pub fn asyncMain() !void {
|
|||||||
defer context.deinit();
|
defer context.deinit();
|
||||||
|
|
||||||
const compilation_options = zml.CompilationOptions{
|
const compilation_options = zml.CompilationOptions{
|
||||||
.cache_location = "/tmp/zml/llama/cache",
|
|
||||||
.xla_dump_to = "/tmp/zml/llama",
|
.xla_dump_to = "/tmp/zml/llama",
|
||||||
.sharding_enabled = true,
|
.sharding_enabled = true,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user