python3-mlcommons-loadgen_5.1.0.bb 1.1 KB

123456789101112131415161718192021222324252627
  1. SUMMARY = "MLPerf Inference LoadGen python bindings"
  2. DESCRIPTION = "The LoadGen is a reusable module that efficiently and fairly \
  3. measures the performance of inference systems. It generates \
  4. traffic for scenarios as formulated by a diverse set of experts \
  5. in the MLCommons working group, to emulate the workloads seen in \
  6. mobile devices, autonomous vehicles, robotics, and cloud-based \
  7. setups."
  8. HOMEPAGE = "https://mlcommons.org/"
  9. BUGTRACKER = "https://github.com/mlcommons/inference/issues"
  10. LICENSE = "Apache-2.0"
  11. LIC_FILES_CHKSUM = "file://setup.py;beginline=1;endline=14;md5=2c6e34309ef8d57d59ce119f63bc1b76"
  12. DEPENDS = "python3-pybind11-native"
  13. inherit setuptools3 pypi
  14. SRC_URI += " \
  15. file://source-date-epoch.patch \
  16. "
  17. PYPI_PACKAGE = "mlcommons_loadgen"
  18. UPSTREAM_CHECK_PYPI_PACKAGE = "mlcommons_loadgen"
  19. SRC_URI[sha256sum] = "d7829729a8d5503fa02cd758f39c3ae6f96d743420ee841027cf7addc165890d"
  20. # Because the pyproject.toml contains invalid requirements.
  21. INSANE_SKIP += "pep517-backend"