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

remove pinning to CPU only version of PyTorch #1381

Closed
powderluv opened this issue Sep 18, 2022 · 1 comment
Closed

remove pinning to CPU only version of PyTorch #1381

powderluv opened this issue Sep 18, 2022 · 1 comment

Comments

@powderluv
Copy link
Collaborator

Currently we only depend on torch versions with the +cpu suffix which causes errors like

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch-mlir 20220918.600 requires torch==1.13.0.dev20220918+cpu, but you have torch 1.13.0.dev20220918+rocm5.2 which is incompatible.
Successfully installed torch-1.13.0.dev20220918+rocm5.2 torchvision-0.14.0.dev20220918+rocm5.2

when installing the binaries. We should try to remove the dependency on +cpu.

@ashay
Copy link
Collaborator

ashay commented Sep 30, 2022

Fixed in PR #1419.

@ashay ashay closed this as completed Sep 30, 2022
qedawkins pushed a commit to nod-ai/torch-mlir that referenced this issue Oct 3, 2022
* Support 4D in zhigh.concat

Signed-off-by: Tung D. Le <tung@jp.ibm.com>
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