Spaces:
Runtime error
Runtime error
Fabrice-TIERCELIN
commited on
This Pull Request fixes the space by adding a missing dependency
Browse filesThe `devicetorch` library is missing.
Click on _Merge_ to add this feature.
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -5,3 +5,4 @@ transformers
|
|
5 |
timm
|
6 |
peft
|
7 |
safetensors
|
|
|
|
5 |
timm
|
6 |
peft
|
7 |
safetensors
|
8 |
+
devicetorch
|