python3-mlcommons-loadgen: upgrade 4.0.1 -> 4.1.29

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2024-12-03 08:16:26 +08:00
committed by Khem Raj
parent 0253a3ed7f
commit 4f258229fe

View File

@@ -0,0 +1,22 @@
SUMMARY = "MLPerf Inference LoadGen python bindings"
DESCRIPTION = "The LoadGen is a reusable module that efficiently and fairly \
measures the performance of inference systems. It generates \
traffic for scenarios as formulated by a diverse set of experts \
in the MLCommons working group, to emulate the workloads seen in \
mobile devices, autonomous vehicles, robotics, and cloud-based \
setups."
HOMEPAGE = "https://mlcommons.org/"
BUGTRACKER = "https://github.com/mlcommons/inference/issues"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://setup.py;beginline=1;endline=14;md5=2c6e34309ef8d57d59ce119f63bc1b76"
DEPENDS = "python3-pybind11-native"
inherit setuptools3 pypi
PYPI_PACKAGE = "mlcommons_loadgen"
SRC_URI[sha256sum] = "99d404bbaa6dc3106db608a1c28b6fdcb317b12994aac8a85d81a13bb644802a"
# Because the pyproject.toml contains invalid requirements.
INSANE_SKIP += "pep517-backend"