runtime error
Exit code: 1. Reason: [A Loading weights: 100%|██████████| 258/258 [00:00<00:00, 3818.79it/s, Materializing param=model.shared.weight][A Loading weights: 100%|██████████| 258/258 [00:00<00:00, 3808.80it/s, Materializing param=model.shared.weight] The tied weights mapping and config for this model specifies to tie model.shared.weight to model.decoder.embed_tokens.weight, but both are present in the checkpoints, so we will NOT tie them. You should update the config with `tie_word_embeddings=False` to silence this warning The tied weights mapping and config for this model specifies to tie model.shared.weight to model.encoder.embed_tokens.weight, but both are present in the checkpoints, so we will NOT tie them. You should update the config with `tie_word_embeddings=False` to silence this warning generation_config.json: 0%| | 0.00/293 [00:00<?, ?B/s][A generation_config.json: 100%|██████████| 293/293 [00:00<00:00, 1.64MB/s] Traceback (most recent call last): File "/app/app.py", line 10, in <module> translator_pipe = pipeline("translation", model=model, tokenizer=tokenizer) File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 777, in pipeline normalized_task, targeted_task, task_options = check_task(task) ~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 381, in check_task return PIPELINE_REGISTRY.check_task(task) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/base.py", line 1354, in check_task raise KeyError(f"Invalid translation task {task}, use 'translation_XX_to_YY' format") KeyError: "Invalid translation task translation, use 'translation_XX_to_YY' format" model.safetensors: 21%|██▏ | 67.0M/312M [00:01<00:04, 52.2MB/s][A model.safetensors: 100%|██████████| 312M/312M [00:01<00:00, 215MB/s]
Container logs:
Fetching error logs...