Skip to content
Discussion options

You must be logged in to vote

I had similar issues. Here is what I am currently using in colab to get whisper installed (no other pip commands required)

!pip install --no-deps "triton==2.0.0"
!pip install --no-deps "tiktoken==0.3.3"
!pip install --no-deps "openai-whisper==20230918"

Part of the problem seems to be that the colab environment comes with triton 2.1 preinstalled; see this discussion

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@glangford
Comment options

@george-dy
Comment options

Answer selected by george-dy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants