Spaces:
Runtime error
Runtime error
Commit
•
a48b0ba
1
Parent(s):
305f206
transformers fix (#5)
Browse files- transformers fix (6bf15ddd0c0d63049bfbdce9000e57c05086486d)
Co-authored-by: Morpheus <6Morpheus6@users.noreply.huggingface.co>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -10,7 +10,7 @@ einops
|
|
10 |
onnxruntime
|
11 |
spaces==0.19.4
|
12 |
omegaconf
|
13 |
-
peft
|
14 |
huggingface_hub>=0.20.2
|
15 |
opencv-python
|
16 |
insightface
|
|
|
10 |
onnxruntime
|
11 |
spaces==0.19.4
|
12 |
omegaconf
|
13 |
+
peft==0.13.2
|
14 |
huggingface_hub>=0.20.2
|
15 |
opencv-python
|
16 |
insightface
|