Runtime error

#1
by Ar4ikov - opened

Runtime error

Space failed to start. Exit code: 1. Reason: Traceback (most recent call last):
  File "app.py", line 5, in <module>
    tokenizer = GPT2Tokenizer.from_pretrained("sberbank-ai/mGPT")
  File "/home/user/.local/lib/python3.8/site-packages/transformers/tokenization_utils_base.py", line 1690, in from_pretrained
    resolved_vocab_files[file_id] = cached_path(
  File "/home/user/.local/lib/python3.8/site-packages/transformers/file_utils.py", line 1404, in cached_path
    output_path = get_from_cache(
  File "/home/user/.local/lib/python3.8/site-packages/transformers/file_utils.py", line 1581, in get_from_cache
    raise OSError(
OSError: Distant resource does not have an ETag, we won't be able to reliably ensure reproducibility.

Sign up or log in to comment