[BUILD] Fix setup.py (#45)

This commit is contained in:
Da Yan
2022-08-13 16:38:31 -07:00
committed by GitHub
parent d5856435d7
commit e5ec8e16ea

View File

@@ -128,7 +128,7 @@ setup(
author_email="phil@openai.com", author_email="phil@openai.com",
description="A language and compiler for custom Deep Learning operations", description="A language and compiler for custom Deep Learning operations",
long_description="", long_description="",
packages=["triton", "triton/_C", "triton/language", "triton/tools", "triton/ops", "triton/ops/blocksparse"], packages=["triton", "triton/_C", "triton/language", "triton/tools", "triton/ops", "triton/runtime", "triton/ops/blocksparse"],
install_requires=[ install_requires=[
"cmake", "cmake",
"filelock", "filelock",