Skip to content

Commit e765697

Browse files
committed
bugfix: turned off verbose
1 parent d3e7b6d commit e765697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flashinfer-jit-cache/build_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _create_build_metadata():
7777
_create_build_metadata()
7878

7979

80-
def _compile_jit_cache(output_dir: Path, verbose: bool = True):
80+
def _compile_jit_cache(output_dir: Path, verbose: bool = False):
8181
"""Compile AOT modules using flashinfer.aot functions directly."""
8282
from flashinfer import aot
8383

0 commit comments

Comments
 (0)