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
commit info is b9e185c When I run build.sh, a error occured. The details of the error are as follows:
ppl.nn/src/ppl/nn/engines/x86/kernels/pmx/swish_kernel.h:22:10: fatal error: ppl/nn/params/pmx/swish_param.h: No such file or directory
But I found the swish_param.h in ppl/nn/params/opmx/ And I found the last commit message as follow:
migrate swish and vision_embedding from pmx to opmx.
I think the error might be caused by moving the swish_param.h file without updating the corresponding code.
The text was updated successfully, but these errors were encountered:
yes you are right. And I am going to fix it by retrieving #949
Sorry, something went wrong.
No branches or pull requests
commit info is b9e185c
When I run build.sh, a error occured. The details of the error are as follows:
ppl.nn/src/ppl/nn/engines/x86/kernels/pmx/swish_kernel.h:22:10: fatal error: ppl/nn/params/pmx/swish_param.h: No such file or directory
But I found the swish_param.h in ppl/nn/params/opmx/
And I found the last commit message as follow:
migrate swish and vision_embedding from pmx to opmx.
I think the error might be caused by moving the swish_param.h file without updating the corresponding code.
The text was updated successfully, but these errors were encountered: