From ab120b8721a220f05dcde3c3ea94a53b6d468208 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:01:18 +0800 Subject: python3-mlcommons-loadgen: upgrade 5.0.5 -> 5.0.14 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python3-mlcommons-loadgen_5.0.14.bb | 23 ++++++++++++++++++++++ .../python3-mlcommons-loadgen_5.0.5.bb | 23 ---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.14.bb delete mode 100644 meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.5.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.14.bb b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.14.bb new file mode 100644 index 0000000000..7331612032 --- /dev/null +++ b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.14.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] = "95594ac6cf78254bc80806873ad5e3b9d8662953b5f38c7209631a00a1ea8d85" + +# 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.5.bb b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.5.bb deleted file mode 100644 index 8e1f9dcd3d..0000000000 --- a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.5.bb +++ /dev/null @@ -1,23 +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" -UPSTREAM_CHECK_PYPI_PACKAGE = "mlcommons_loadgen" - -SRC_URI[sha256sum] = "f6920307bc5f52fabee578be995c19443de33a4485907e34e1273b642c644ad7" - -# Because the pyproject.toml contains invalid requirements. -INSANE_SKIP += "pep517-backend" -- cgit v1.2.3-54-g00ecf