Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ is_fbcode
Function
is_fbcode
examples/apple/coreml/scripts/export.py:44–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
43
44
def
is_fbcode():
45
return
not hasattr(torch.version,
"git_version"
)
46
47
48
_CAN_RUN_WITH_PYBINDINGS = (sys.platform ==
"darwin"
) and not is_fbcode()
Callers
1
export.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected