We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8782a3c commit 8596d91Copy full SHA for 8596d91
1 file changed
python/setup.py
@@ -748,7 +748,7 @@ def get_git_version_suffix():
748
749
setup(
750
name=os.environ.get("TRITON_WHEEL_NAME", "triton"),
751
- version="3.3.0" + get_git_version_suffix() + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", ""),
+ version="3.3.0" + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", ""),
752
author="Philippe Tillet",
753
author_email="phil@openai.com",
754
description="A language and compiler for custom Deep Learning operations",
0 commit comments