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
想问一下有没有关于tinybert量化的教程,或者如何进一步定位错误原因?
The text was updated successfully, but these errors were encountered:
bolt提供了debug接口,可以加上--debug重新编译,然后再运行,会有更详细信息
如果不是保密模型,可以将量化前/后的模型发我们,我们会看一下,[email protected]
Sorry, something went wrong.
linux-x86_64是串行的代码,我们维护比较少。
可以选择avx512的服务器linux-x86_64_avx512或者armv8.2手机的android-aarch64,这个可能会跑起来
linux-x86_64是串行的代码,我们维护比较少。 可以选择avx512的服务器linux-x86_64_avx512或者armv8.2手机的android-aarch64,这个可能会跑起来
好的,我试一下armv8平台,感谢回复
bolt提供了debug接口,可以加上--debug重新编译,然后再运行,会有更详细信息 如果不是保密模型,可以将量化前/后的模型发我们,我们会看一下,[email protected]
好的,我补充一下debug信息。
No branches or pull requests
[ERROR] thread 121948 file /home/xxx/project/bolt/compute/tensor/src/fully_connected.cpp line 394: requirement mismatch.
对应行为:CHECK_REQUIREMENT(idt == qIDesc.dt);
想问一下有没有关于tinybert量化的教程,或者如何进一步定位错误原因?
The text was updated successfully, but these errors were encountered: