-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Error during build of Horizon BPU (cross-compilation) runtime #2639
Comments
May need a lower version of onnx:
The problem with TensorBoard can be ignored |
Thanks, the protobuf and onnx versions are fixed. The error with |
Add |
I made the following changes and Step 2 was completed successfully. Thanks,
|
The following error occurred in step 3.
I will investigate. |
fix: |
The following fixes have resolved this issue.
However, when I ran it again, I got the following error message.
Is the module not present because pytorch is out of date? |
I checked the status of changes in pytorch and wenet. In Wenet, the pytorch added the As a result, this module is not present in pytorch 1.13.0, which is targeted by the Horizon BPU runtime. |
I tried it with the release tag v2.2.0 source when horizonbpu was first supported by WENET.
The version of onnx was specified as 1.12.0.
The versions of the package are as follows
There was no problem until Step 2, but the following error occurred in Step 3.
I tried running it again with this condition, but it resulted in an error.
I have onnx and onnxruntime installed. |
git reset to this PR #1597, and try again |
I tried again.
Step 1 and Step 2 were completed without problems. However, the same error occurred in step 3.
There was no improvement for Step 3. |
well there might be env conflict ,i have no idea |
downgrade to typeguard==2.13.3. |
Describe the bug
Error during build of Horizon BPU (cross-compilation) runtime.
To Reproduce
The build procedure follows https://github.com/wenet-e2e/wenet/blob/main/runtime/horizonbpu/README.md.
Steps to reproduce the behavior:
Horizon packages
, the following command was executed. (No error occurred in the procedure up to this step)I would like your advice on how to deal with this problem.
Expected behavior
The build should complete without problems.
Screenshots
none.
Desktop (please complete the following information):
Additional context
none.
The text was updated successfully, but these errors were encountered: