runtime error

: 99%|█████████▉| 12.0G/12.1G [02:22<00:02, 49.9MB/s] Downloading pytorch_model.bin: 99%|█████████▉| 12.0G/12.1G [02:22<00:02, 47.2MB/s] Downloading pytorch_model.bin: 99%|█████████▉| 12.0G/12.1G [02:23<00:01, 53.6MB/s] Downloading pytorch_model.bin: 99%|█████████▉| 12.0G/12.1G [02:23<00:01, 50.7MB/s] Downloading pytorch_model.bin: 99%|█████████▉| 12.0G/12.1G [02:23<00:01, 49.8MB/s] Downloading pytorch_model.bin: 100%|█████████▉| 12.1G/12.1G [02:24<00:00, 52.1MB/s] Downloading pytorch_model.bin: 100%|█████████▉| 12.1G/12.1G [02:24<00:00, 49.4MB/s] Downloading pytorch_model.bin: 100%|█████████▉| 12.1G/12.1G [02:24<00:00, 60.7MB/s] Downloading pytorch_model.bin: 100%|██████████| 12.1G/12.1G [02:24<00:00, 83.5MB/s] Traceback (most recent call last): File "app.py", line 17, in <module> model = AutoModelForCausalLM.from_pretrained("bertin-project/bertin-gpt-j-6B", revision="half", load_in_8bit=True, device_map='auto') File "/home/user/.local/lib/python3.8/site-packages/transformers/models/auto/auto_factory.py", line 471, in from_pretrained return model_class.from_pretrained( File "/home/user/.local/lib/python3.8/site-packages/transformers/modeling_utils.py", line 2593, in from_pretrained raise ValueError( ValueError: Some modules are dispatched on the CPU or the disk. Make sure you have enough GPU RAM to fit the quantized model. If you want to dispatch the model on the CPU or the disk while keeping these modules in 32-bit, you need to set `load_in_8bit_fp32_cpu_offload=True` and pass a custom `device_map` to `from_pretrained`. Check https://huggingface.co/docs/transformers/main/en/main_classes/quantization#offload-between-cpu-and-gpu for more details.

Container logs:

Fetching error logs...