Closed as not planned
Description
请提出你的问题
from paddlenlp.transformers import GPTChineseTokenizer, GPTLMHeadModel
model_name = "gpt-cpm-small-cn-distill"
tokenizer = GPTChineseTokenizer.from_pretrained(model_name)
model = GPTLMHeadModel.from_pretrained(model_name)
why say "OSError: Can't load the model for 'gpt-cpm-small-cn-distill'. If you were trying to load it from 'https://paddlenlp.bj.bcebos.com/'"?