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
如题
使用Oneflow将 hidden_states = F.interpolate( hidden_states, scale_factor=(1.0, 2.0, 2.0), mode="nearest" )这段代码进行推理时,模型加载FP32可以正常运行,而加载p16和BF16时报错
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your current environment information
如题
🐛 Describe the bug
使用Oneflow将 hidden_states = F.interpolate(
hidden_states, scale_factor=(1.0, 2.0, 2.0), mode="nearest"
)这段代码进行推理时,模型加载FP32可以正常运行,而加载p16和BF16时报错
The text was updated successfully, but these errors were encountered: