We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e7b6d commit e765697Copy full SHA for e765697
flashinfer-jit-cache/build_backend.py
@@ -77,7 +77,7 @@ def _create_build_metadata():
77
_create_build_metadata()
78
79
80
-def _compile_jit_cache(output_dir: Path, verbose: bool = True):
+def _compile_jit_cache(output_dir: Path, verbose: bool = False):
81
"""Compile AOT modules using flashinfer.aot functions directly."""
82
from flashinfer import aot
83
0 commit comments