From 0f6927d5e2b174f87b27a8a2c723d1050179b432 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 12 Dec 2024 21:16:31 +0000 Subject: python3-mlcommons-loadgen: update to version 5.0.0 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../python3-mlcommons-loadgen_4.1.29.bb | 22 --------------------- .../python3-mlcommons-loadgen_5.0.0.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.1.29.bb create mode 100644 meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.0.bb (limited to 'meta-python/recipes-devtools/python3-mlcommons-loadgen') diff --git a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.1.29.bb b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.1.29.bb deleted file mode 100644 index 93969c1490..0000000000 --- a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.1.29.bb +++ /dev/null @@ -1,22 +0,0 @@ -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" diff --git a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.0.bb b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.0.bb new file mode 100644 index 0000000000..614f1be46c --- /dev/null +++ b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.0.bb @@ -0,0 +1,23 @@ +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" +UPSTREAM_CHECK_PYPI_PACKAGE = "mlcommons_loadgen" + +SRC_URI[sha256sum] = "a90fc0a3775acbeea64b43251d3baa743228c44b3742eb99b4f927548b527328" + +# Because the pyproject.toml contains invalid requirements. +INSANE_SKIP += "pep517-backend" -- cgit v1.2.3-54-g00ecf