runtime error
Exit code: 1. Reason: rs/models/auto/tokenization_auto.py", line 1027, in from_pretrained return tokenizer_class_fast.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs) File "/usr/local/lib/python3.9/site-packages/transformers/tokenization_utils_base.py", line 2046, in from_pretrained raise EnvironmentError( OSError: Can't load tokenizer for 'google/flan-t5-base'. 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 'google/flan-t5-base' is the correct path to a directory containing all relevant files for a T5TokenizerFast tokenizer. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 74, in __init__ self.tokenizer = AutoTokenizer.from_pretrained(fallback_model, cache_dir="./.cache") File "/usr/local/lib/python3.9/site-packages/transformers/models/auto/tokenization_auto.py", line 1027, in from_pretrained return tokenizer_class_fast.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs) File "/usr/local/lib/python3.9/site-packages/transformers/tokenization_utils_base.py", line 2046, in from_pretrained raise EnvironmentError( OSError: Can't load tokenizer for 'distilgpt2'. 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 'distilgpt2' is the correct path to a directory containing all relevant files for a GPT2TokenizerFast tokenizer. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 819, in <module> interface = create_interface(test_mode=args.test) File "/app/app.py", line 641, in create_interface agent = ResuRankAgent(model_id="google/flan-t5-base", use_cache=True) File "/app/app.py", line 80, in __init__ raise RuntimeError("Could not load any model, exiting...") RuntimeError: Could not load any model, exiting...
Container logs:
Fetching error logs...