File size: 1,602 Bytes
3470339
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e7d3c2d
3470339
07bd592
 
 
 
 
3470339
 
 
 
 
 
 
 
 
 
 
 
 
 
07bd592
 
 
 
9544df9
 
 
07bd592
 
9544df9
 
 
 
07bd592
 
9544df9
07bd592
 
9544df9
07bd592
 
9544df9
 
 
 
 
 
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# --- Core ML & AI Frameworks ---
# Usamos versões específicas para garantir a reprodutibilidade.
# diffusers está fixado em um commit específico da branch 'main' do GitHub para estabilidade.
torch
torchao
torchvision
torchaudio
transformers
accelerate
safetensors
einops
sentencepiece

git+https://github.com/hkchengrex/MMAudio.git@main

# O formato 'package @ git+...' é o padrão moderno para dependências do Git.
git+https://github.com/huggingface/diffusers.git@main

# --- User Interface ---
#Gradio para uma que contém 'mount_app'
gradio>=5.23.1
gradio[oauth]
fastapi
uvicorn[standard]
pydantic
soundfile


tiktoken
transformers_stream_generator

rotary-embedding-torch

# --- Data Handling & I/O ---
Pillow
numpy
PyYAML

# --- Video & Image Processing ---
opencv-python
imageio
imageio-ffmpeg
av

# --- Hugging Face Hub ---
huggingface_hub

google-generativeai


# Metrics
torchmetrics            # Core module for metric
pycocotools            # COCO-related
torch-fidelity         # FID-related

# Experiment Tracking
moviepy               # WandB Logging Image & Video
imageio                # WandB Logging Image & Video
tabulate               # Logging Table
deepdiff             # Find difference of config

# Testing
parameterized         # Define multiple tests through decorators.

# Notebook
mediapy             # Notebook Visualization

# DevOPs
black              # Code formatting
flake8             # Code style
isort                # Import sorting
pre-commit               # Pre-commit hooks
expecttest           # Pytorch dist tests
hypothesis           # Fix randomness