Merge cc1e1d12101ca4fdf8612bb03ec49a7012945ed5 into c0d2f624c09dc18e709e37c2ad90c039a4eb72a2

This commit is contained in:
Jonathan DUMONT 2025-11-16 08:02:54 +01:00 committed by GitHub
commit 734ab641c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ A Transformer sequence-to-sequence model is trained on various speech processing
We used Python 3.9.9 and [PyTorch](https://pytorch.org/) 1.10.1 to train and test our models, but the codebase is expected to be compatible with Python 3.8-3.11 and recent PyTorch versions. The codebase also depends on a few Python packages, most notably [OpenAI's tiktoken](https://github.com/openai/tiktoken) for their fast tokenizer implementation. You can download and install (or update to) the latest release of Whisper with the following command: We used Python 3.9.9 and [PyTorch](https://pytorch.org/) 1.10.1 to train and test our models, but the codebase is expected to be compatible with Python 3.8-3.11 and recent PyTorch versions. The codebase also depends on a few Python packages, most notably [OpenAI's tiktoken](https://github.com/openai/tiktoken) for their fast tokenizer implementation. You can download and install (or update to) the latest release of Whisper with the following command:
pip install -U openai-whisper pipx install openai-whisper
Alternatively, the following command will pull and install the latest commit from this repository, along with its Python dependencies: Alternatively, the following command will pull and install the latest commit from this repository, along with its Python dependencies: