runtime error
Exit code: 3. Reason: cess to model bigcode/starcoder is restricted. You must have access to it and be authenticated to access it. Please log in. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/.local/lib/python3.9/site-packages/starlette/routing.py", line 677, in lifespan async with self.lifespan_context(app) as maybe_state: File "/home/user/.local/lib/python3.9/site-packages/starlette/routing.py", line 566, in __aenter__ await self._router.startup() File "/home/user/.local/lib/python3.9/site-packages/starlette/routing.py", line 654, in startup await handler() File "/app/app.py", line 45, in startup_event raise e File "/app/app.py", line 35, in startup_event tokenizer = AutoTokenizer.from_pretrained(model_name, token=hf_token) File "/home/user/.local/lib/python3.9/site-packages/transformers/models/auto/tokenization_auto.py", line 643, in from_pretrained tokenizer_config = get_tokenizer_config(pretrained_model_name_or_path, **kwargs) File "/home/user/.local/lib/python3.9/site-packages/transformers/models/auto/tokenization_auto.py", line 487, in get_tokenizer_config resolved_config_file = cached_file( File "/home/user/.local/lib/python3.9/site-packages/transformers/utils/hub.py", line 433, in cached_file raise EnvironmentError( OSError: bigcode/starcoder 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`. ERROR: Application startup failed. Exiting. Loading tokenizer... Error loading model: bigcode/starcoder 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...