From f491875b86053a9ad78654e0eeb36f405618ca63 Mon Sep 17 00:00:00 2001 From: borg323 Date: Sun, 14 Apr 2024 22:27:02 +0300 Subject: [PATCH] enable xla by default --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index a9f820947b..d2876dae9a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -190,7 +190,7 @@ option('onnx_include', option('xla', type: 'boolean', - value: false, + value: true, description: 'Enable XLA backend') option('lc0',