Commit
•
659286b
1
Parent(s):
bf229cc
Fixed: TypeError: BARTDecoder.prepare_inputs_for_inference() got an unexpected keyword argument 'past_key_values' (#4)
Browse files- Update requirements.txt (671b61d06f7abbd937c29d6f3253ec079388609c)
Co-authored-by: Thinh RE <[email protected]>
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
torch
|
2 |
donut-python
|
3 |
-
gradio
|
|
|
|
1 |
torch
|
2 |
donut-python
|
3 |
+
gradio
|
4 |
+
transformers==4.24.0
|