We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e2ef5 commit 8713b7dCopy full SHA for 8713b7d
setup.py
@@ -20,7 +20,7 @@ def read_requirements(file_path):
20
package_name = "torchao-nightly" if os.environ.get("TORCHAO_NIGHTLY") else "torchao"
21
22
# Version is year.month.date if using nightlies
23
-version = current_date if package_name == "torchao-nightly" else "0.0.3"
+version = current_date if package_name == "torchao-nightly" else "0.1"
24
25
26
setup(
0 commit comments