From 848a03a0577c96befe4bd9370718205eb7fd055e Mon Sep 17 00:00:00 2001 From: Bruce Wayne Date: Thu, 24 Jul 2025 19:01:46 -0700 Subject: [PATCH] typo --- selfdrive/modeld/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/modeld/SConscript b/selfdrive/modeld/SConscript index 050929fa7e..2646cb920b 100644 --- a/selfdrive/modeld/SConscript +++ b/selfdrive/modeld/SConscript @@ -52,7 +52,7 @@ for model_name in ['driving_vision', 'driving_policy', 'dmonitoring_model']: flags = { 'larch64': 'DEV=QCOM', 'Darwin': 'DEV=CPU IMAGE=0 JIT=2', - }.get(arch, 'DEV=LLVM=1 LLVMOPT=1 BEAM=0 IMAGE=0 JIT=2') + }.get(arch, 'DEV=LLVM LLVMOPT=1 BEAM=0 IMAGE=0 JIT=2') tg_compile(flags, model_name) # Compile BIG model if USB GPU is available