Skip to content

Commit a61e302

Browse files
authored
Remove benchmarks folder from torchao wheel (#2057)
1 parent 665dac0 commit a61e302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def bool_to_on_off(value):
470470
setup(
471471
name="torchao",
472472
version=version + version_suffix,
473-
packages=find_packages(),
473+
packages=find_packages(exclude=["benchmarks", "benchmarks.*"]),
474474
include_package_data=True,
475475
package_data={
476476
"torchao.kernel.configs": ["*.pkl"],

0 commit comments

Comments
 (0)