-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
48 lines (40 loc) · 953 Bytes
/
requirements.txt
File metadata and controls
48 lines (40 loc) · 953 Bytes
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
# Core ML framework
# Mac (MPS): install via `pip install torch torchvision torchaudio`
# CUDA 12.4: install via `pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124`
# Versions are installed separately in setup.sh due to platform-specific index URLs.
# torch>=2.4.0
# torchvision>=0.19.0
# torchaudio>=2.4.0
# HuggingFace ecosystem
huggingface_hub>=0.25.0
transformers>=4.49.0
diffusers>=0.31.0
accelerate>=1.9.0
safetensors>=0.3.0
tokenizers>=0.20.3
# Computer vision & image processing
numpy>=1.26,<2
opencv-python>=4.9.0.80
Pillow>=9.5
scipy>=1.7
scikit-image>=0.21
imageio>=2.31.0
imageio-ffmpeg>=0.4.9
# Model utilities
timm>=1.0.17
einops>=0.6
omegaconf>=2.3
hydra-core>=1.3
iopath>=0.1.10
# UI (NiceGUI)
nicegui>=2.0
# Cloud storage (R2 / Aliyun OSS)
boto3>=1.34.0
oss2>=2.18.0
# HTTP (Feishu webhook)
requests>=2.31.0
# Visualization
matplotlib>=3.5.0
# Utilities
tqdm>=4.65
python-dotenv>=1.0.0