We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、batch_size过大,显存爆掉
2、传入空数据
3、非法、不合规数据?如目前不支持的变长seqlen
服务需要健壮些,否则用户的某些操作一不小心就导致Serving挂掉了
The text was updated successfully, but these errors were encountered:
感谢反馈,针对第2、3条,添加了对输入数据的格式检查,PR #437
Sorry, something went wrong.
MRXLT
No branches or pull requests
1、batch_size过大,显存爆掉
2、传入空数据
3、非法、不合规数据?如目前不支持的变长seqlen
服务需要健壮些,否则用户的某些操作一不小心就导致Serving挂掉了
The text was updated successfully, but these errors were encountered: