MCPcopy 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
44def 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.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected