runtime error

Traceback (most recent call last): File "app.py", line 6, in <module> pipelines = {model: QASRL_Pipeline(model) for model in models} File "app.py", line 6, in <dictcomp> pipelines = {model: QASRL_Pipeline(model) for model in models} File "/home/user/app/qasrl_model_pipeline.py", line 52, in __init__ model, tokenizer = load_trained_model(model_repo) File "/home/user/app/qasrl_model_pipeline.py", line 33, in load_trained_model tokenizer = AutoTokenizer.from_pretrained(name_or_path) File "/home/user/.local/lib/python3.8/site-packages/transformers/models/auto/tokenization_auto.py", line 488, in from_pretrained config = AutoConfig.from_pretrained( File "/home/user/.local/lib/python3.8/site-packages/transformers/models/auto/configuration_auto.py", line 582, in from_pretrained config_dict, _ = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/transformers/configuration_utils.py", line 568, in get_config_dict resolved_config_file = cached_path( File "/home/user/.local/lib/python3.8/site-packages/transformers/file_utils.py", line 1776, in cached_path output_path = get_from_cache( File "/home/user/.local/lib/python3.8/site-packages/transformers/file_utils.py", line 2000, in get_from_cache raise ValueError( ValueError: Connection error, and we cannot find the requested files in the cached path. Please try again or make sure your Internet connection is on.

Container logs:

Fetching error logs...