需要改的小问题
整体可按照gpt2_migraphx类似整改https://developer.hpccube.com/codes/modelzoo/gpt2_migraphx 1、项目标题ort改为小写全称onnxruntime;2、需有“数据集”标题、“result”标题;3、model.properties部分缺少modelcode,且modelname需全小写,appScenario可写成appScenario=推理,NLP,智能聊天助手,科研;4、在python推理时有报错,需将降级urllib3==1.23
5、在C++推理时有些奇怪