runtime error

Exit code: 1. Reason: ██| 2.91M/2.91M [00:00<00:00, 98.4MB/s] indic2en/model.bin: 0%| | 0.00/1.46G [00:00<?, ?B/s] indic2en/model.bin: 0%| | 625k/1.46G [00:01<46:21, 524kB/s] indic2en/model.bin: 9%|▉ | 135M/1.46G [00:02<00:18, 70.5MB/s] indic2en/model.bin: 37%|███▋ | 537M/1.46G [00:03<00:04, 202MB/s]  indic2en/model.bin: 91%|█████████ | 1.32G/1.46G [00:04<00:00, 414MB/s] indic2en/model.bin: 100%|██████████| 1.46G/1.46G [00:04<00:00, 317MB/s] source_vocabulary.json: 0%| | 0.00/4.41M [00:00<?, ?B/s] source_vocabulary.json: 100%|██████████| 4.41M/4.41M [00:00<00:00, 45.5MB/s] target_vocabulary.json: 0%| | 0.00/511k [00:00<?, ?B/s] target_vocabulary.json: 100%|██████████| 511k/511k [00:00<00:00, 30.2MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 20, in <module> indic_trans_model = IndicTrans(device) File "/usr/local/lib/python3.10/site-packages/indicai_projects/krutrim_text2text_translation.py", line 806, in __init__ self.en2indic_model = KrutrimTrans(model_path/"en2indic",device) File "/usr/local/lib/python3.10/site-packages/indicai_projects/krutrim_text2text_translation.py", line 499, in __init__ self.translator = ctranslate2.Translator(str(ckpt_dir), device=device, compute_type="auto") TypeError: __init__(): incompatible constructor arguments. The following argument types are supported: 1. ctranslate2._ext.Translator(model_path: str, device: str = 'cpu', *, device_index: Union[int, List[int]] = 0, compute_type: Union[str, Dict[str, str]] = 'default', inter_threads: int = 1, intra_threads: int = 0, max_queued_batches: int = 0, flash_attention: bool = False, tensor_parallel: bool = False, files: object = None) Invoked with: '/home/user/.cache/huggingface/hub/models--shethjenil--KrutrimTrans/snapshots/39d95898e2e39f717d04c52fc26334c9eb0c4881/en2indic'; kwargs: device=device(type='cpu'), compute_type='auto'

Container logs:

Fetching error logs...