runtime error

Exit code: 1. Reason: Using device: cpu Loading model... Downloading shards: 0%| | 0/4 [00:00<?, ?it/s] Downloading shards: 25%|██▌ | 1/4 [00:13<00:40, 13.35s/it] Downloading shards: 50%|█████ | 2/4 [00:27<00:27, 13.79s/it] Downloading shards: 75%|███████▌ | 3/4 [00:44<00:15, 15.44s/it] Downloading shards: 100%|██████████| 4/4 [00:46<00:00, 9.84s/it] Downloading shards: 100%|██████████| 4/4 [00:46<00:00, 11.53s/it] Loading checkpoint shards: 0%| | 0/4 [00:00<?, ?it/s] Loading checkpoint shards: 100%|██████████| 4/4 [00:00<00:00, 6.25it/s] Some parameters are on the meta device because they were offloaded to the disk and cpu. You shouldn't move a model that is dispatched using accelerate hooks. Traceback (most recent call last): File "/home/user/app/app.py", line 18, in <module> ).to(device) File "/usr/local/lib/python3.10/site-packages/accelerate/big_modeling.py", line 462, in wrapper raise RuntimeError("You can't move a model that has some modules offloaded to cpu or disk.") RuntimeError: You can't move a model that has some modules offloaded to cpu or disk.

Container logs:

Fetching error logs...