Spaces:
Runtime error
Runtime error
milestone one and two AI BRIAN AND MULTILINGUA commit
Browse files
app/__pycache__/main.cpython-312.pyc
CHANGED
|
Binary files a/app/__pycache__/main.cpython-312.pyc and b/app/__pycache__/main.cpython-312.pyc differ
|
|
|
app/agents/__pycache__/crew_pipeline.cpython-312.pyc
CHANGED
|
Binary files a/app/agents/__pycache__/crew_pipeline.cpython-312.pyc and b/app/agents/__pycache__/crew_pipeline.cpython-312.pyc differ
|
|
|
app/agents/crew_pipeline.py
CHANGED
|
@@ -63,7 +63,7 @@ translation_pipeline = pipeline(
|
|
| 63 |
"translation",
|
| 64 |
model=config.TRANSLATION_MODEL_NAME,
|
| 65 |
device=0 if DEVICE == "cuda" else -1,
|
| 66 |
-
max_new_tokens=
|
| 67 |
)
|
| 68 |
|
| 69 |
SUPPORTED_LANGS = {
|
|
|
|
| 63 |
"translation",
|
| 64 |
model=config.TRANSLATION_MODEL_NAME,
|
| 65 |
device=0 if DEVICE == "cuda" else -1,
|
| 66 |
+
max_new_tokens= 400
|
| 67 |
)
|
| 68 |
|
| 69 |
SUPPORTED_LANGS = {
|
app/utils/__pycache__/config.cpython-312.pyc
CHANGED
|
Binary files a/app/utils/__pycache__/config.cpython-312.pyc and b/app/utils/__pycache__/config.cpython-312.pyc differ
|
|
|