diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:01:18 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:16:04 -0800 |
| commit | ab120b8721a220f05dcde3c3ea94a53b6d468208 (patch) | |
| tree | bc49169e7b2958d5e7448efe45d8076804ba74b1 /meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.14.bb | |
| parent | 908af5cb26ff5408fc65e0ede3b57859741d45db (diff) | |
| download | meta-openembedded-ab120b8721a220f05dcde3c3ea94a53b6d468208.tar.gz | |
python3-mlcommons-loadgen: upgrade 5.0.5 -> 5.0.14
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.14.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.14.bb | 23 |
1 files changed, 23 insertions, 0 deletions
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 @@ | |||
| 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 | |||
| 13 | DEPENDS = "python3-pybind11-native" | ||
| 14 | |||
| 15 | inherit setuptools3 pypi | ||
| 16 | |||
| 17 | PYPI_PACKAGE = "mlcommons_loadgen" | ||
| 18 | UPSTREAM_CHECK_PYPI_PACKAGE = "mlcommons_loadgen" | ||
| 19 | |||
| 20 | SRC_URI[sha256sum] = "95594ac6cf78254bc80806873ad5e3b9d8662953b5f38c7209631a00a1ea8d85" | ||
| 21 | |||
| 22 | # Because the pyproject.toml contains invalid requirements. | ||
| 23 | INSANE_SKIP += "pep517-backend" | ||
