Skip to content

Commit

Permalink
Add triton 2.3.1 to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Aug 5, 2024
1 parent 05caaf2 commit ea96bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transcribe_anything/insanley_fast_whisper_reqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def get_environment() -> dict[str, Any]:
"torchmetrics~=1.3.0",
"srtranslator==0.2.6",
"numpy==1.26.4",
"triton==2.3.1"
]
if has_nvidia_smi():
deps.append(f"torch=={TENSOR_CUDA_VERSION} --extra-index-url {EXTRA_INDEX_URL}")
Expand Down

0 comments on commit ea96bf9

Please sign in to comment.