scratchyourbrain123 commited on
Commit
a66e264
·
verified ·
1 Parent(s): b6f43ab

Fix requirements.txt - remove problematic dependencies

Browse files

Removed torch, torchvision, xformers, mmcv, mmdet, mmpose, and onnxruntime-gpu to fix build errors. These can be installed separately if needed.

Files changed (1) hide show
  1. requirements.txt +1 -8
requirements.txt CHANGED
@@ -1,6 +1,4 @@
1
  gradio>=4.0.0
2
- torch>=2.0.0
3
- torchvision>=0.15.0
4
  omegaconf
5
  opencv-python
6
  imageio
@@ -15,10 +13,5 @@ timm
15
  transformers
16
  diffusers
17
  accelerate
18
- xformers
19
- mmcv
20
- mmdet
21
- mmpose
22
  insightface
23
- onnxruntime
24
- onnxruntime-gpu
 
1
  gradio>=4.0.0
 
 
2
  omegaconf
3
  opencv-python
4
  imageio
 
13
  transformers
14
  diffusers
15
  accelerate
 
 
 
 
16
  insightface
17
+ onnxruntime