Spaces:
Paused
Paused
Commit
·
fbcf38f
1
Parent(s):
5af079f
removed duplicates
Browse files- requirements.txt +0 -13
requirements.txt
CHANGED
@@ -6,14 +6,9 @@ spaces>=0.19.0
|
|
6 |
torch>=2.5.1
|
7 |
torchvision>=0.20.1
|
8 |
torchaudio>=2.5.1
|
9 |
-
transformers>=4.36.0
|
10 |
-
diffusers>=0.24.0
|
11 |
-
accelerate>=0.25.0
|
12 |
bitsandbytes>=0.41.0
|
13 |
|
14 |
# Model-specific dependencies
|
15 |
-
huggingface-hub>=0.20.0
|
16 |
-
safetensors>=0.4.1
|
17 |
sentencepiece>=0.1.99
|
18 |
tokenizers>=0.15.0
|
19 |
|
@@ -23,23 +18,16 @@ soundfile>=0.12.1
|
|
23 |
|
24 |
# Image processing
|
25 |
Pillow>=10.0.0
|
26 |
-
opencv-python>=4.8.0
|
27 |
-
rembg>=2.0.50
|
28 |
|
29 |
# 3D processing
|
30 |
-
trimesh>=4.0.0
|
31 |
numpy-stl>=3.1.1
|
32 |
pygltflib>=1.16.1
|
33 |
|
34 |
# Scientific computing
|
35 |
-
numpy>=1.24.0
|
36 |
-
scipy>=1.11.0
|
37 |
scikit-learn>=1.3.0
|
38 |
|
39 |
# Utilities
|
40 |
python-dateutil>=2.8.2
|
41 |
-
tqdm>=4.66.0
|
42 |
-
pyyaml>=6.0.1
|
43 |
requests>=2.31.0
|
44 |
aiofiles>=23.2.1
|
45 |
|
@@ -90,7 +78,6 @@ pyyaml==6.0.2
|
|
90 |
configargparse==1.7
|
91 |
|
92 |
# Web Framework (for demo)
|
93 |
-
gradio==5.33.0
|
94 |
fastapi==0.115.12
|
95 |
uvicorn==0.34.3
|
96 |
|
|
|
6 |
torch>=2.5.1
|
7 |
torchvision>=0.20.1
|
8 |
torchaudio>=2.5.1
|
|
|
|
|
|
|
9 |
bitsandbytes>=0.41.0
|
10 |
|
11 |
# Model-specific dependencies
|
|
|
|
|
12 |
sentencepiece>=0.1.99
|
13 |
tokenizers>=0.15.0
|
14 |
|
|
|
18 |
|
19 |
# Image processing
|
20 |
Pillow>=10.0.0
|
|
|
|
|
21 |
|
22 |
# 3D processing
|
|
|
23 |
numpy-stl>=3.1.1
|
24 |
pygltflib>=1.16.1
|
25 |
|
26 |
# Scientific computing
|
|
|
|
|
27 |
scikit-learn>=1.3.0
|
28 |
|
29 |
# Utilities
|
30 |
python-dateutil>=2.8.2
|
|
|
|
|
31 |
requests>=2.31.0
|
32 |
aiofiles>=23.2.1
|
33 |
|
|
|
78 |
configargparse==1.7
|
79 |
|
80 |
# Web Framework (for demo)
|
|
|
81 |
fastapi==0.115.12
|
82 |
uvicorn==0.34.3
|
83 |
|