Hugging Face's logo
teszenofficial
/
Agents
Runtime error

runtime error

Exit code: 1. Reason: s.txt: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1.67M/1.67M [00:00<00:00, 49.2MB/s] tokenizer.json: 0%| | 0.00/7.03M [00:00<?, ?B/s] tokenizer.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 7.03M/7.03M [00:00<00:00, 45.9MB/s] config.json: 0%| | 0.00/660 [00:00<?, ?B/s] config.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 660/660 [00:00<00:00, 6.00MB/s] `torch_dtype` is deprecated! Use `dtype` instead! model.safetensors: 0%| | 0.00/3.09G [00:00<?, ?B/s] model.safetensors: 3%|β–Ž | 78.9M/3.09G [00:01<00:42, 70.2MB/s] model.safetensors: 13%|β–ˆβ–Ž | 394M/3.09G [00:02<00:14, 182MB/s]  model.safetensors: 24%|β–ˆβ–ˆβ– | 742M/3.09G [00:03<00:09, 250MB/s] model.safetensors: 46%|β–ˆβ–ˆβ–ˆβ–ˆβ–Œ | 1.41G/3.09G [00:04<00:04, 371MB/s] model.safetensors: 78%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Š | 2.42G/3.09G [00:06<00:01, 498MB/s] model.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 3.09G/3.09G [00:06<00:00, 491MB/s] generation_config.json: 0%| | 0.00/242 [00:00<?, ?B/s] generation_config.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 242/242 [00:00<00:00, 1.86MB/s] Traceback (most recent call last): File "/app/app.py", line 48, in <module> pipe = pipeline( "text-generation", ...<2 lines>... device="cpu", ) File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1229, in pipeline return pipeline_class(model=model, framework=framework, task=task, **kwargs) File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/text_generation.py", line 121, in __init__ super().__init__(*args, **kwargs) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/base.py", line 981, in __init__ raise ValueError( ...<2 lines>... ) ValueError: The model has been loaded with `accelerate` and therefore cannot be moved to a specific device. Please discard the `device` argument when creating your pipeline object.

Container logs:

Fetching error logs...