Skip to content
Snippets Groups Projects
Commit 8959328d authored by Ahmet Öner's avatar Ahmet Öner
Browse files

Downgrade whisper version to 20230124 due to the triton installation for Arm Linux

parent 854d6ce2
Branches
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large ...@@ -9,7 +9,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
## Features ## Features
Current release (v1.1.0) supports following whisper models: Current release (v1.1.0) supports following whisper models:
- [openai/whisper](https://github.com/openai/whisper)@[v20230314](https://github.com/openai/whisper/releases/tag/v20230314) - [openai/whisper](https://github.com/openai/whisper)@[v20230124](https://github.com/openai/whisper/releases/tag/v20230124)
- [faster-whisper](https://github.com/guillaumekln/faster-whisper)@[0.4.1](https://github.com/guillaumekln/faster-whisper/releases/tag/v0.4.1) - [faster-whisper](https://github.com/guillaumekln/faster-whisper)@[0.4.1](https://github.com/guillaumekln/faster-whisper/releases/tag/v0.4.1)
- [whisper.cpp](https://github.com/ggerganov/whisper.cpp) (Coming soon) - [whisper.cpp](https://github.com/ggerganov/whisper.cpp) (Coming soon)
......
This diff is collapsed.
...@@ -28,7 +28,7 @@ ffmpeg-python = "^0.2.0" ...@@ -28,7 +28,7 @@ ffmpeg-python = "^0.2.0"
fastapi = "^0.95.1" fastapi = "^0.95.1"
llvmlite = "^0.39.1" llvmlite = "^0.39.1"
numba = "^0.56.4" numba = "^0.56.4"
openai-whisper = "^20230314" openai-whisper = "20230124"
faster-whisper = "^0.4.1" faster-whisper = "^0.4.1"
torch = [ torch = [
{markers = "sys_platform == 'darwin' and platform_machine == 'arm64'", url = "https://download.pytorch.org/whl/cpu/torch-1.13.0-cp310-none-macosx_11_0_arm64.whl"}, {markers = "sys_platform == 'darwin' and platform_machine == 'arm64'", url = "https://download.pytorch.org/whl/cpu/torch-1.13.0-cp310-none-macosx_11_0_arm64.whl"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment