runtime error

resolved_vocab_files[file_id] = download_url(file β”‚ β”‚ 1770 β”‚ β”‚ β”‚ else: β”‚ β”‚ ❱ 1771 β”‚ β”‚ β”‚ β”‚ resolved_vocab_files[file_id] = cached_file( β”‚ β”‚ 1772 β”‚ β”‚ β”‚ β”‚ β”‚ pretrained_model_name_or_path, β”‚ β”‚ 1773 β”‚ β”‚ β”‚ β”‚ β”‚ file_path, β”‚ β”‚ 1774 β”‚ β”‚ β”‚ β”‚ β”‚ cache_dir=cache_dir, β”‚ β”‚ β”‚ β”‚ /home/user/.local/lib/python3.8/site-packages/transformers/utils/hub.py:424 β”‚ β”‚ in cached_file β”‚ β”‚ β”‚ β”‚ 421 β”‚ β”‚ ) β”‚ β”‚ 422 β”‚ β”‚ β”‚ 423 β”‚ except RepositoryNotFoundError: β”‚ β”‚ ❱ 424 β”‚ β”‚ raise EnvironmentError( β”‚ β”‚ 425 β”‚ β”‚ β”‚ f"{path_or_repo_id} is not a local folder and is not a va β”‚ β”‚ 426 β”‚ β”‚ β”‚ "listed on 'https://huggingface.co/models'\nIf this is a β”‚ β”‚ 427 β”‚ β”‚ β”‚ "pass a token having permission to this repo with `use_au β”‚ ╰──────────────────────────────────────────────────────────────────────────────╯ OSError: Vision-CAIR/vicuna is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo with `use_auth_token` or log in with `huggingface-cli login` and pass `use_auth_token=True`.

Container logs:

Fetching error logs...