runtime error

Exit code: 1. Reason: ckages/torch/nn/__init__.py", line 1, in <module> from .modules import * # noqa: F403 File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/__init__.py", line 35, in <module> from .transformer import TransformerEncoder, TransformerDecoder, \ File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/transformer.py", line 20, in <module> device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'), /usr/local/lib/python3.10/site-packages/torch/nn/modules/transformer.py:20: UserWarning: Failed to initialize NumPy: _ARRAY_API not found (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:84.) device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'), /usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py:795: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( config.json: 0%| | 0.00/1.00k [00:00<?, ?B/s] config.json: 100%|██████████| 1.00k/1.00k [00:00<00:00, 6.39MB/s] pytorch_model.bin: 0%| | 0.00/513M [00:00<?, ?B/s] pytorch_model.bin: 14%|█▍ | 73.4M/513M [00:01<00:08, 51.3MB/s] pytorch_model.bin: 100%|█████████▉| 513M/513M [00:02<00:00, 231MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> tokenizer = GPT2Tokenizer.from_pretrained(model_name) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 1788, in from_pretrained raise EnvironmentError( OSError: Can't load tokenizer for 'skt/kogpt2-base-v2'. If you were trying to load it from 'https://huggingface.co./models', make sure you don't have a local directory with the same name. Otherwise, make sure 'skt/kogpt2-base-v2' is the correct path to a directory containing all relevant files for a GPT2Tokenizer tokenizer.

Container logs:

Fetching error logs...