OpenMOSS / MOSS

An open-source tool-augmented conversational language model from Fudan University
https://txsun1997.github.io/blogs/moss.html
Apache License 2.0
11.94k stars 1.15k forks source link

执行moss-moon-003-sft-int4的时候,在outputs = model.generate(**inputs, do_sample=True, temperature=0.7, top_p=0.8, repetition_penalty=1.02, max_new_tokens=256)报错 #274

Open bjfk2006 opened 1 year ago

bjfk2006 commented 1 year ago

image 显示不支持TypeError: '<' not supported between instances of 'tuple' and 'float'>

mutou1225 commented 1 year ago

解决了吗?同样问题