Spaces:
Sleeping
Sleeping
add ckpt to lfs & remove cuda lib version
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -93,7 +93,6 @@ sniffio==1.3.1
|
|
93 |
starlette==0.37.2
|
94 |
streamlit==1.35.0
|
95 |
tenacity==8.3.0
|
96 |
-
tensorboardX==2.6.2.2
|
97 |
tifffile==2024.5.22
|
98 |
timm==1.0.3
|
99 |
tinycss2==1.3.0
|
@@ -101,9 +100,9 @@ toml==0.10.2
|
|
101 |
tomli==2.0.1
|
102 |
tomlkit==0.12.0
|
103 |
toolz==0.12.1
|
104 |
-
torch==1.13.1
|
105 |
-
torchaudio==0.13.1
|
106 |
-
torchvision==0.14.1
|
107 |
tornado==6.4
|
108 |
tqdm==4.66.4
|
109 |
typer==0.12.3
|
|
|
93 |
starlette==0.37.2
|
94 |
streamlit==1.35.0
|
95 |
tenacity==8.3.0
|
|
|
96 |
tifffile==2024.5.22
|
97 |
timm==1.0.3
|
98 |
tinycss2==1.3.0
|
|
|
100 |
tomli==2.0.1
|
101 |
tomlkit==0.12.0
|
102 |
toolz==0.12.1
|
103 |
+
torch==1.13.1
|
104 |
+
torchaudio==0.13.1
|
105 |
+
torchvision==0.14.1
|
106 |
tornado==6.4
|
107 |
tqdm==4.66.4
|
108 |
typer==0.12.3
|