Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jun 20, 2024
1 parent 2b1a6fb commit ac50175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions loadgen/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@

mlperf_loadgen_module = Pybind11Extension(
"mlperf_loadgen",
define_macros=[("MAJOR_VERSION", "4"), ("MINOR_VERSION", "0")],
define_macros=[("MAJOR_VERSION", "4"), ("MINOR_VERSION", "1")],
include_dirs=[".", get_include()],
sources=mlperf_loadgen_sources,
depends=mlperf_loadgen_headers)

setup(name="mlperf_loadgen",
version="4.0",
setup(name="mlcommons_loadgen",
version="4.1",
description="MLPerf Inference LoadGen python bindings",
url="https://mlcommons.org/",
cmdclass={"build_ext": build_ext},
Expand Down

0 comments on commit ac50175

Please sign in to comment.