Skip to content
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

About the moudle of TVM #20

Open
3211345556 opened this issue Nov 12, 2022 · 1 comment
Open

About the moudle of TVM #20

3211345556 opened this issue Nov 12, 2022 · 1 comment

Comments

@3211345556
Copy link

When I set the value of use_tvm from False to True in line 270 of Single_step_main.py , Hierarchical_mm_tpm.py line 130 contains an error 'No module named 'tvm' '. When I tried to install the tvm package, it was not successfully installed. Are there any existing tvm packages available for windows system, and what should I do to solve this problem?

@Zhazhan
Copy link

Zhazhan commented Nov 13, 2022

You can compile TVM on windows as described in the TVM documentation (https://tvm.apache.org/docs/install/from_source.html#building-on-windows). Note that this repo uses TVM 0.8.0.
If you feel too troubled to compile, as an alternative, you can find a compiled TVM docker image from https://tvm.apache.org/docs/install/docker.html#docker-source. Then delete files under 'pyraformer/lib' and run the code again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants