Skip to content

HeAT with pip and Torch 1.9.0 #883

Answered by coquelin77
erayinanc asked this question in Q&A
Discussion options

You must be logged in to vote

The code on the github is a bit ahead of the pip release. The change between the version dependency has been made recently. Thank you for pointing this out. In the future we will update the versioning on the master branch when we do the release to show that this will be the next release.

I believe that changing the setup.py would not work here. If you install something from PyPi, it installs a per-compilied wheel. If you want to install the newest version of the code, I would recommend cloning the master branch, move into the folder, then run pip install -e . to install the package.

As for the SO tag, I believe that @mtar had created a tag on one point, however, I do not remember what it …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by erayinanc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants