Skip to content

Commit

Permalink
Added package_dir for loadgen
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Oct 23, 2024
1 parent 98313d9 commit 8ca64f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion loadgen/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include mlperf.conf
include VERSION.txt
1 change: 1 addition & 0 deletions loadgen/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
url="https://mlcommons.org/",
cmdclass={"build_ext": build_ext},
ext_modules=[mlperf_loadgen_module],
package_dir={'': 'mlcommons_loadgen'},
include_package_data=True,
long_description=mlperf_long_description,
long_description_content_type='text/markdown')

0 comments on commit 8ca64f9

Please sign in to comment.