Skip to content

Commit c1a2541

Browse files
committed
Make Numba the default linker
1 parent 2320575 commit c1a2541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytensor/compile/mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def get_mode(orig_string):
512512
if upper_string == "FAST_RUN":
513513
linker = config.linker
514514
if linker == "auto":
515-
return CVM if config.cxx else VM
515+
return NUMBA
516516
return fast_run_linkers_to_mode[linker]
517517

518518
global _CACHED_RUNTIME_MODES

0 commit comments

Comments
 (0)