Spaces:
Sleeping
Sleeping
Justin Black commited on
Commit ·
23138cc
1
Parent(s): 5eed86e
Pin transformers <4.46.0 for IndicTransToolkit compatibility
Browse filesPreTrainedTokenizerBase was moved in newer transformers versions,
breaking the IndicTransToolkit collator import.
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
torch
|
| 3 |
-
transformers>=4.33.2
|
| 4 |
accelerate
|
| 5 |
gradio
|
| 6 |
PyPDF2
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
torch
|
| 3 |
+
transformers>=4.33.2,<4.46.0
|
| 4 |
accelerate
|
| 5 |
gradio
|
| 6 |
PyPDF2
|