runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/auto_gptq/nn_modules/triton_utils/kernels.py:360: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead. def forward(ctx, input, qweight, scales, qzeros, g_idx, bits, maxq): /usr/local/lib/python3.10/site-packages/auto_gptq/nn_modules/triton_utils/kernels.py:368: FutureWarning: `torch.cuda.amp.custom_bwd(args...)` is deprecated. Please use `torch.amp.custom_bwd(args..., device_type='cuda')` instead. def backward(ctx, grad_output): /usr/local/lib/python3.10/site-packages/auto_gptq/nn_modules/triton_utils/kernels.py:399: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead. @custom_fwd(cast_inputs=torch.float16) Traceback (most recent call last): File "/app/app.py", line 7, in <module> from auto_gptq import AutoGPTQForCausalLM File "/usr/local/lib/python3.10/site-packages/auto_gptq/__init__.py", line 3, in <module> from .utils.peft_utils import get_gptq_peft_model File "/usr/local/lib/python3.10/site-packages/auto_gptq/utils/peft_utils.py", line 9, in <module> from peft import get_peft_model, PeftConfig, PeftModel, PeftType File "/usr/local/lib/python3.10/site-packages/peft/__init__.py", line 17, in <module> from .auto import ( File "/usr/local/lib/python3.10/site-packages/peft/auto.py", line 32, in <module> from .peft_model import ( File "/usr/local/lib/python3.10/site-packages/peft/peft_model.py", line 38, in <module> from transformers import Cache, DynamicCache, EncoderDecoderCache, PreTrainedModel ImportError: cannot import name 'Cache' from 'transformers' (/usr/local/lib/python3.10/site-packages/transformers/__init__.py)

Container logs:

Fetching error logs...