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.93k stars 1.15k forks source link

cuda error #353

Open wqh17101 opened 1 year ago

wqh17101 commented 1 year ago

image

../aten/src/ATen/native/cuda/IndexKernel.cu:92: operator(): block: [0,0,0], thread: [0,0,0] Assertion `index >= -sizes[i] && index < sizes[i] && "index out of bounds"` failed.

这个错误是什么情况 torch 2.0.0 cuda11.8 moss-moon-003-sft-int8

lizhixi212 commented 1 year ago

使用官方推荐的pytorch版本,13