Spaces:
Running
Running
Commit
·
1869df3
1
Parent(s):
be471ee
Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
# ZeroGPU兼容的核心依赖
|
2 |
spaces
|
3 |
-
torch==2.1.2
|
4 |
-
torchaudio==2.1.2
|
5 |
-
torchvision==0.16.2
|
6 |
|
7 |
# 基础AI框架
|
8 |
transformers==4.37.2
|
@@ -39,7 +36,6 @@ webvtt-py==0.4.6
|
|
39 |
pytubefix
|
40 |
iopath==0.1.10
|
41 |
fairscale==0.4.13
|
42 |
-
timm==0.9.12
|
43 |
|
44 |
# 基础依赖
|
45 |
numpy<2.0.0
|
@@ -61,5 +57,5 @@ six==1.16.0
|
|
61 |
typing-extensions==4.9.0
|
62 |
packaging
|
63 |
|
64 |
-
# Git依赖
|
65 |
git+https://github.com/fffiloni/pytorch-image-models
|
|
|
1 |
# ZeroGPU兼容的核心依赖
|
2 |
spaces
|
|
|
|
|
|
|
3 |
|
4 |
# 基础AI框架
|
5 |
transformers==4.37.2
|
|
|
36 |
pytubefix
|
37 |
iopath==0.1.10
|
38 |
fairscale==0.4.13
|
|
|
39 |
|
40 |
# 基础依赖
|
41 |
numpy<2.0.0
|
|
|
57 |
typing-extensions==4.9.0
|
58 |
packaging
|
59 |
|
60 |
+
# Git依赖 (包含自定义的timm版本)
|
61 |
git+https://github.com/fffiloni/pytorch-image-models
|