You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whl files corresponding to the latest commit of the main branch are available in the artifacts generated by the build wheels action. You can get it here. Typically we push it to pypi when we release a version. We have an issue (#103) to track this.
We do not have our Python packages built to support Aarch64 as of now! But, I believe the code in Manylinux2014_Compliant_Source can be used to build whl files for Aarch64 with a little effort. Or, you can use the binaries/library in this case if it helps.
Using the latest main HEAD, we can build
2.1.2
on .cpp side whereas there are no python releases matching that here.We have seen differences between a 2.1.2 (.cpp version) vs. 2.1.1 (python) output. Steps to reproduce using a test case under llvm:
Here is the output file with two rows:
ir2vec.csv
Is it on the to-do list?
Thanks
The text was updated successfully, but these errors were encountered: