curator icon indicating copy to clipboard operation
curator copied to clipboard

Whisper 20231106 released

Open alanorth opened this issue 2 years ago • 2 comments
trafficstars

New v3 of the language model in 20231106.

https://github.com/openai/whisper/blob/main/CHANGELOG.md

alanorth avatar Nov 07 '23 06:11 alanorth

Great, will test it this weekend!

AlexAltea avatar Nov 07 '23 08:11 AlexAltea

A newer openai-whisper is needed on systems with Python 3.12. Getting this currently:

INFO: pip is looking at multiple versions of openai-whisper to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement triton==2.0.0 (from openai-whisper) (from versions: 2.2.0, 2.3.0) 
ERROR: No matching distribution found for triton==2.0.0

alanorth avatar May 20 '24 19:05 alanorth