File size: 847 Bytes
6fd5ec9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fc98385
 
 
 
6fd5ec9
 
 
 
 
 
 
 
 
 
 
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
# Main packages
gradio>=5.0.0
transformers>=4.30.0
huggingface-hub>=0.15.0

# PyTorch with CUDA support - these will be installed from the specified URL
--extra-index-url https://download.pytorch.org/whl/cu126
torch==2.7.0+cu126
torchvision==0.22.0+cu126
torchaudio==2.7.0+cu126

# Acceleration and optimization
accelerate>=1.0.0
safetensors>=0.3.0

# Audio processing
yt-dlp>=2023.0.0
soundfile>=0.12.0
pydub>=0.25.0
# ็งป้™ค Google API ็›ธ้—œไพ่ณด๏ผŒๅ› ็‚บ YouTube API ไธๆไพ›ไธ‹่ผ‰ๅŠŸ่ƒฝ
# google-api-python-client>=2.0.0
# google-auth-httplib2>=0.1.0
# google-auth-oauthlib>=0.5.0

# Data processing
numpy>=2.0.0
scipy>=1.0.0      # Needed by Phi-4
peft>=0.5.0       # Needed by Phi-4
backoff>=2.0.0    # Needed by Phi-4

# Important dependencies that might need specific versions
typing_extensions>=4.10.0
filelock>=3.0.0
fsspec>=2024.0.0