快速demo fromtransformersimportAutoTokenizerfromfastgptimportCausalLMModelForOnnxGenerationmodel=CausalLMModelForOnnxGeneration.from_pretrained("distilgpt2")tokenizer=AutoTokenizer.from_pretrained("distilgpt2")prompt_text="Natural language processing (NLP) is the ability of a computer program to understand ...