Update llama example to use per‑target output folders and call profiler.dumpDataAsJson for testing the new compilation layout.

This commit is contained in:
Foke Singh 2023-12-01 16:05:59 +00:00
parent 46fbbf43a2
commit 22a846de72

View File

@ -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,
}; };