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 4235837 commit 1239842Copy full SHA for 1239842
setup.py
@@ -688,7 +688,7 @@ def bool_to_on_off(value):
688
ext_modules=get_extensions(),
689
extras_require={"dev": read_requirements("dev-requirements.txt")},
690
description="Package for applying ao techniques to GPU models",
691
- long_description=open("README.md").read(),
+ long_description=open("README.md", encoding="utf-8").read(),
692
long_description_content_type="text/markdown",
693
url="https://github.com/pytorch/ao",
694
cmdclass={"build_ext": TorchAOBuildExt},
0 commit comments