Eueuiaa commited on
Commit
d7631e1
·
verified ·
1 Parent(s): bf28647

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +45 -1
requirements.txt CHANGED
@@ -13,4 +13,48 @@ einops
13
  timm
14
  av
15
  flash-attn-3@https://huggingface.co/alexnasa/flash-attn-3/resolve/main/128/flash_attn_3-3.0.0b1-cp39-abi3-linux_x86_64.whl
16
- git+https://github.com/huggingface/diffusers.git@main
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  timm
14
  av
15
  flash-attn-3@https://huggingface.co/alexnasa/flash-attn-3/resolve/main/128/flash_attn_3-3.0.0b1-cp39-abi3-linux_x86_64.whl
16
+ git+https://github.com/huggingface/diffusers.git@main
17
+
18
+
19
+ Common
20
+ # Configuration system.
21
+ lpips>=0.1.4 # LPIPS model for VAE training
22
+
23
+ # Dataloading
24
+ bson>=0.5.10 # bson for Image dataloading
25
+ tensorflow>=2.16.1 # Video dataloading
26
+ opencv-python>=4.9.0.80 # OpenCV
27
+ sentencepiece>=0.2.0 # For Text Encoder
28
+
29
+ # Modeling
30
+ rotary-embedding-torch>=0.5.3 # Rotary positional embedding
31
+ transformers>=4.38.2 # Transformers
32
+ torchvision>=0.19.0 # Torchvision
33
+ tiktoken>=0.7.0 # Tiktoken for generation
34
+ transformers_stream_generator>=0.0.5 #LLM generation support
35
+
36
+ # Metrics
37
+ torchmetrics>=1.3.2 # Core module for metric
38
+ pycocotools>=2.0.7 # COCO-related
39
+ torch-fidelity>=0.3.0 # FID-related
40
+
41
+ # Experiment Tracking
42
+ moviepy>=1.0.3 # WandB Logging Image & Video
43
+ imageio>=2.34.0 # WandB Logging Image & Video
44
+ tabulate>=0.9.0 # Logging Table
45
+ deepdiff>=7.0.1 # Find difference of config
46
+
47
+ # Testing
48
+ parameterized>=0.9.0 # Define multiple tests through decorators.
49
+
50
+ # Notebook
51
+ mediapy>=1.2.0 # Notebook Visualization
52
+
53
+ # DevOPs
54
+ black >= 24 # Code formatting
55
+ flake8 >= 7 # Code style
56
+ isort >= 5 # Import sorting
57
+ pre-commit>=3.7.0 # Pre-commit hooks
58
+ expecttest>=0.2.1 # Pytorch dist tests
59
+ hypothesis>=6.100.1 # Fix randomness
60
+ av>=12.0.0