Spaces:
Running
Running
David Vaillant
commited on
Commit
•
23c11f3
1
Parent(s):
d2bfb9c
Added transformers.
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -101,6 +101,7 @@ PyYAML==6.0.1
|
|
101 |
questionary==2.0.1
|
102 |
rasterio==1.3.10
|
103 |
referencing==0.35.1
|
|
|
104 |
requests==2.31.0
|
105 |
rio-cogeo==5.3.0
|
106 |
rio-tiler==6.5.0
|
@@ -122,11 +123,13 @@ starlette==0.37.2
|
|
122 |
sympy==1.12
|
123 |
tenacity==8.2.3
|
124 |
timm==0.9.16
|
|
|
125 |
torch==2.3.0
|
126 |
torchvision==0.18.0
|
127 |
tqdm==4.66.4
|
128 |
traitlets==5.14.3
|
129 |
traittypes==0.2.1
|
|
|
130 |
typing_extensions==4.11.0
|
131 |
tzdata==2024.1
|
132 |
uc-micro-py==1.0.3
|
|
|
101 |
questionary==2.0.1
|
102 |
rasterio==1.3.10
|
103 |
referencing==0.35.1
|
104 |
+
regex==2024.4.28
|
105 |
requests==2.31.0
|
106 |
rio-cogeo==5.3.0
|
107 |
rio-tiler==6.5.0
|
|
|
123 |
sympy==1.12
|
124 |
tenacity==8.2.3
|
125 |
timm==0.9.16
|
126 |
+
tokenizers==0.19.1
|
127 |
torch==2.3.0
|
128 |
torchvision==0.18.0
|
129 |
tqdm==4.66.4
|
130 |
traitlets==5.14.3
|
131 |
traittypes==0.2.1
|
132 |
+
transformers==4.40.1
|
133 |
typing_extensions==4.11.0
|
134 |
tzdata==2024.1
|
135 |
uc-micro-py==1.0.3
|