summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.2.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.2.bb b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.2.bb
new file mode 100644
index 0000000000..79687290f5
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.2.bb
@@ -0,0 +1,27 @@
1SUMMARY = "MLPerf Inference LoadGen python bindings"
2DESCRIPTION = "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."
8HOMEPAGE = "https://mlcommons.org/"
9BUGTRACKER = "https://github.com/mlcommons/inference/issues"
10LICENSE = "Apache-2.0"
11LIC_FILES_CHKSUM = "file://setup.py;beginline=1;endline=14;md5=2c6e34309ef8d57d59ce119f63bc1b76"
12
13DEPENDS = "python3-pybind11-native"
14
15inherit setuptools3 pypi
16
17SRC_URI += " \
18 file://source-date-epoch.patch \
19"
20
21PYPI_PACKAGE = "mlcommons_loadgen"
22UPSTREAM_CHECK_PYPI_PACKAGE = "mlcommons_loadgen"
23
24SRC_URI[sha256sum] = "cd686a6223c978d1056e38a417e4807bfa21c855189f7882d24c8313174bca74"
25
26# Because the pyproject.toml contains invalid requirements.
27INSANE_SKIP += "pep517-backend"