-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
41 lines (38 loc) · 1.09 KB
/
requirements.txt
File metadata and controls
41 lines (38 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
requests==2.32.3
psutil==7.0.0
PyQt6==6.9.0
puremagic==1.28
validators==0.34.0
packaging==24.2
numpy==2.1.3
scipy==1.15.2
openai==1.72.0
openai-whisper==20240930
faster-whisper==1.1.1
ping3==4.0.8
torch ; platform_system == 'Darwin'
torch ; platform_system == 'Windows'
numba==0.61.2
tqdm==4.67.1
more-itertools==10.6.0
tiktoken==0.9.0
huggingface_hub==0.30.2
soundfile==0.13.1
protobuf==3.20.1
iso639-lang==2.6.0
pysubs2==1.8.0
filelock==3.17.0
av==14.3.0
# macOS specific
mlx==0.24.2 ; platform_system == 'Darwin' and platform.machine == 'arm64'
mlx-whisper==0.4.2 ; platform_system == 'Darwin' and platform.machine == 'arm64'
# macOS coreml specific
#ane_transformers==0.1.3 ; platform_system == 'Darwin'
#coremltools==8.1 ; platform_system == 'Darwin'
# Windows specific
plyer==2.1.0; platform_system == 'Windows'
tokenizers==0.20.3; platform_system == 'Windows'
# torch with CUDA 12.1
# pip3 install torch==2.3.1 --index-url https://download.pytorch.org/whl/cu121 ; platform_system == 'Windows'
# Linux specific
triton>=2.0.0;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2"