Skip to content

Commit 4717d94

Browse files
authored
Change triton version req to 2.1.0
1 parent 10f4b23 commit 4717d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read_version(fname="whisper/version.py"):
1313

1414
requirements = []
1515
if sys.platform.startswith("linux") and platform.machine() == "x86_64":
16-
requirements.append("triton==2.0.0")
16+
requirements.append("triton==2.1.0")
1717

1818
setup(
1919
name="openai-whisper",

0 commit comments

Comments
 (0)