MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / _python_version

Function _python_version

src/fused_mm_sampling/bench/sys_metadata.py:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21
22def _python_version() -> str:
23 import sys
24
25 return sys.version.split()[0]
26
27
28def _system_cuda_version() -> str | None:

Callers 1

gather_system_metadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected