siliconflow / onediff

OneDiff: An out-of-the-box acceleration library for diffusion models.
https://github.com/siliconflow/onediff/wiki
Apache License 2.0
1.71k stars 105 forks source link

[Bug] OP Kernel Not Found Error #1106

Open jaycase111 opened 2 months ago

jaycase111 commented 2 months ago

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时报错

image