mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 14:35:57 +00:00
Updatedrequired libraries text
This commit is contained in:
parent
e979dd2f2b
commit
e6593015db
@ -0,0 +1 @@
|
|||||||
|
Je crains que l'obscurité nous chasse.Utilisez ce que vous avez appris et restez le cap.
|
||||||
1
Results/DarknessHuntUs_20241113_113056/transcription.txt
Normal file
1
Results/DarknessHuntUs_20241113_113056/transcription.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
I fear darkness hunts us. Use what you've learned and stay the course.
|
||||||
@ -1,3 +1,4 @@
|
|||||||
|
# Existing requirements
|
||||||
numba
|
numba
|
||||||
numpy
|
numpy
|
||||||
torch
|
torch
|
||||||
@ -5,3 +6,8 @@ tqdm
|
|||||||
more-itertools
|
more-itertools
|
||||||
tiktoken
|
tiktoken
|
||||||
triton>=2.0.0;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2"
|
triton>=2.0.0;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2"
|
||||||
|
|
||||||
|
# Additional requirements for this project
|
||||||
|
streamlit
|
||||||
|
googletrans==4.0.0-rc1
|
||||||
|
whisper # This should resolve the required Whisper dependencies as well
|
||||||
Loading…
x
Reference in New Issue
Block a user