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 7f42576 commit cbece6bCopy full SHA for cbece6b
setup.py
@@ -174,10 +174,11 @@ def _main(argv):
174
if is_nightly:
175
version = get_nightly_version()
176
write_version_file(version)
177
- print("Building wheel {}-{}".format(package_name, version))
178
- print(f"BUILD_VERSION is {os.getenv('BUILD_VERSION')}")
179
else:
180
version = get_version()
+ write_version_file(version)
+ print("Building wheel {}-{}".format(package_name, version))
181
+ print(f"BUILD_VERSION is {os.getenv('BUILD_VERSION')}")
182
183
pytorch_package_dep = _get_pytorch_version(is_nightly)
184
print("-- PyTorch dependency:", pytorch_package_dep)
0 commit comments