Spaces:
Running
Running
Update the package versions in the requirements.
Browse filesUpgrade the ctranslate2 version in requirements to 4.2.1.
Upgrade the faster-whisper version in requirements to 1.0.1.
As bitsandbytes now officially supports the Windows version, remove third-party links from the requirements.
- requirements-fasterWhisper.txt +4 -5
- requirements-whisper.txt +3 -4
- requirements.txt +4 -5
requirements-fasterWhisper.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
|
2 |
-
ctranslate2>=
|
3 |
-
faster-whisper>=0.
|
4 |
ffmpeg-python==0.2.0
|
5 |
gradio==3.50.2
|
6 |
yt-dlp
|
@@ -24,5 +24,4 @@ optimum
|
|
24 |
# Needed by ALMA-GGUL
|
25 |
ctransformers[cuda]
|
26 |
# Needed by load_in_4bit parameters in transformers
|
27 |
-
bitsandbytes
|
28 |
-
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.2.post2-py3-none-win_amd64.whl; platform_system == "Windows"
|
|
|
1 |
+
transformers
|
2 |
+
ctranslate2>=4.2.1
|
3 |
+
faster-whisper>=1.0.1
|
4 |
ffmpeg-python==0.2.0
|
5 |
gradio==3.50.2
|
6 |
yt-dlp
|
|
|
24 |
# Needed by ALMA-GGUL
|
25 |
ctransformers[cuda]
|
26 |
# Needed by load_in_4bit parameters in transformers
|
27 |
+
bitsandbytes
|
|
requirements-whisper.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
|
2 |
-
ctranslate2>=
|
3 |
git+https://github.com/openai/whisper.git
|
4 |
ffmpeg-python==0.2.0
|
5 |
gradio==3.50.2
|
@@ -23,5 +23,4 @@ optimum
|
|
23 |
# Needed by ALMA-GGUL
|
24 |
ctransformers[cuda]
|
25 |
# Needed by load_in_4bit parameters in transformers
|
26 |
-
bitsandbytes
|
27 |
-
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.2.post2-py3-none-win_amd64.whl; platform_system == "Windows"
|
|
|
1 |
+
transformers
|
2 |
+
ctranslate2>=4.2.1
|
3 |
git+https://github.com/openai/whisper.git
|
4 |
ffmpeg-python==0.2.0
|
5 |
gradio==3.50.2
|
|
|
23 |
# Needed by ALMA-GGUL
|
24 |
ctransformers[cuda]
|
25 |
# Needed by load_in_4bit parameters in transformers
|
26 |
+
bitsandbytes
|
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
|
2 |
-
ctranslate2>=
|
3 |
-
faster-whisper>=0.
|
4 |
ffmpeg-python==0.2.0
|
5 |
gradio==3.50.2
|
6 |
yt-dlp
|
@@ -24,5 +24,4 @@ optimum
|
|
24 |
# Needed by ALMA-GGUL
|
25 |
ctransformers[cuda]
|
26 |
# Needed by load_in_4bit parameters in transformers
|
27 |
-
bitsandbytes
|
28 |
-
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.2.post2-py3-none-win_amd64.whl; platform_system == "Windows"
|
|
|
1 |
+
transformers
|
2 |
+
ctranslate2>=4.2.1
|
3 |
+
faster-whisper>=1.0.1
|
4 |
ffmpeg-python==0.2.0
|
5 |
gradio==3.50.2
|
6 |
yt-dlp
|
|
|
24 |
# Needed by ALMA-GGUL
|
25 |
ctransformers[cuda]
|
26 |
# Needed by load_in_4bit parameters in transformers
|
27 |
+
bitsandbytes
|
|