Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
metascroy authored Jan 20, 2025
1 parent 14e7a15 commit 18111c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ def get_extensions():
package_data={
"torchao.kernel.configs": ["*.pkl"],
},
install_requires=["torch"],
ext_modules=get_extensions() if use_cpp != "0" else None,
extras_require={"dev": read_requirements("dev-requirements.txt")},
description="Package for applying ao techniques to GPU models",
Expand Down

0 comments on commit 18111c9

Please sign in to comment.