Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meshcapade/difflocks
/ get_use_compile
Function
get_use_compile
k_diffusion/models/flags.py:9–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
9
def
get_use_compile():
10
return
os.environ.get(
"K_DIFFUSION_USE_COMPILE"
,
"1"
) ==
"1"
11
12
13
def
get_use_flash_attention_2():
Callers
1
compiled_function
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected