MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / get_libc_version

Function get_libc_version

fastdeploy/collect_env.py:476–481  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

474
475
476def get_libc_version():
477 import platform
478
479 if get_platform() != "linux":
480 return "N/A"
481 return "-".join(platform.libc_ver())
482
483
484def get_pip_packages(run_lambda, patterns=None):

Callers 1

get_env_infoFunction · 0.85

Calls 2

get_platformFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected