superrgod commited on
Commit
34b8af0
·
verified ·
1 Parent(s): babafa4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -17
requirements.txt CHANGED
@@ -1,19 +1,21 @@
1
- torch==2.6.0
2
- torchvision==0.21.0
3
- triton==3.2.0
4
- transformers==4.57.0
5
- omegaconf==2.3.0
6
- ninja==1.13.0
7
- numpy==2.2.6
8
- einops==0.8.1
9
- moviepy==1.0.3
10
- opencv-python==4.12.0.88
11
- av==15.1.0
12
- plyfile==1.1.2
13
- ftfy==6.3.1
14
- flask==3.1.2
15
- gradio==5.49.1
16
- gsplat==1.5.2
17
- accelerate==1.10.1
18
  git+https://github.com/huggingface/diffusers.git@447e8322f76efea55d4769cd67c372edbf0715b8
19
  git+https://github.com/nerfstudio-project/gsplat.git@32f2a54d21c7ecb135320bb02b136b7407ae5712
 
 
 
1
+ # Install PyTorch first (required by other packages)
2
+ torch>=2.0.0
3
+ torchvision
4
+ torchaudio
5
+
6
+ # Install other basic dependencies
7
+ numpy
8
+ scipy
9
+ Pillow
10
+ transformers
11
+ accelerate
12
+ diffusers
13
+
14
+ # Then install packages that depend on PyTorch
15
+ gradio
16
+
17
+ # Finally install packages that need PyTorch to compile
18
  git+https://github.com/huggingface/diffusers.git@447e8322f76efea55d4769cd67c372edbf0715b8
19
  git+https://github.com/nerfstudio-project/gsplat.git@32f2a54d21c7ecb135320bb02b136b7407ae5712
20
+
21
+ # Add any other dependencies your app needs