diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-03 08:16:26 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-03 09:44:34 -0800 |
| commit | 4f258229fe092fb9421417b282ccc4427fdbf682 (patch) | |
| tree | 21ebe917f42c4d6662559cf7e148b8383a8a90f0 /meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.0.1.bb | |
| parent | 0253a3ed7fb8c7348380d199430287f64142b68a (diff) | |
| download | meta-openembedded-4f258229fe092fb9421417b282ccc4427fdbf682.tar.gz | |
python3-mlcommons-loadgen: upgrade 4.0.1 -> 4.1.29
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.0.1.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.0.1.bb b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.0.1.bb deleted file mode 100644 index 06eedaea52..0000000000 --- a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_4.0.1.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 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 | |||
| 19 | SRC_URI[sha256sum] = "0e7059b289ea2aabb3e9ad1179bbce89703294570ee59c07cf30d52f1b38f732" | ||
| 20 | |||
| 21 | # Because the pyproject.toml contains invalid requirements. | ||
| 22 | INSANE_SKIP += "pep517-backend" | ||
