diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-14 16:28:40 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-14 08:52:06 -0800 |
| commit | a00b7df732f7ee3c2129a9e3ec148aef4b8643e8 (patch) | |
| tree | 34ed03bdf26b5551f1c5d98ed08f0083f30e2f85 /meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.5.bb | |
| parent | a5b19261c0114d1ce16bcfbecf6b0386fe9ad4db (diff) | |
| download | meta-openembedded-a00b7df732f7ee3c2129a9e3ec148aef4b8643e8.tar.gz | |
python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
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.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.5.bb | 23 |
1 files changed, 23 insertions, 0 deletions
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 new file mode 100644 index 0000000000..8e1f9dcd3d --- /dev/null +++ b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.5.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] = "f6920307bc5f52fabee578be995c19443de33a4485907e34e1273b642c644ad7" | ||
| 21 | |||
| 22 | # Because the pyproject.toml contains invalid requirements. | ||
| 23 | INSANE_SKIP += "pep517-backend" | ||
