Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Nightly build script #54

Merged
merged 6 commits into from
Mar 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update setup.py
  • Loading branch information
msaroufim authored Mar 13, 2024
commit 26262d19996bc242580e3ac9a88e421d2fd17338
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
name='torchao',
version='0.0.3',
packages=find_packages(),
install_requires=[
'torch',
],
install_requires=read_requirements('requirements.txt'),
description='Package for applying ao techniques to GPU models',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down