From 22a846de72d244ebe333468aac978c65ec57baed Mon Sep 17 00:00:00 2001 From: Foke Singh Date: Fri, 1 Dec 2023 16:05:59 +0000 Subject: [PATCH] =?UTF-8?q?Update=20llama=20example=20to=20use=20per?= =?UTF-8?q?=E2=80=91target=20output=20folders=20and=20call=E2=80=AFprofile?= =?UTF-8?q?r.dumpDataAsJson=20for=20testing=20the=20new=20compilation=20la?= =?UTF-8?q?yout.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/llama/main.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/llama/main.zig b/examples/llama/main.zig index 8508ac8..d7f8273 100644 --- a/examples/llama/main.zig +++ b/examples/llama/main.zig @@ -154,7 +154,6 @@ pub fn asyncMain() !void { defer context.deinit(); const compilation_options = zml.CompilationOptions{ - .cache_location = "/tmp/zml/llama/cache", .xla_dump_to = "/tmp/zml/llama", .sharding_enabled = true, };