torchkeras
torchkeras copied to clipboard
AttributeError: 'ChatGLM' object has no attribute 'top_p'
相同的问题
相同的问题
+1
快速修改方法:直接将其安装后源码中self.top_p修改为0.8然后保存重新运行就不报错了,不过最好作为参数传递进去。这只是比较快的办法
这个self.top_p是什么意思啊?