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

mmcv version for cuda11.7+pytorch 1.13 #373

Open
felixshing opened this issue Aug 15, 2023 · 2 comments
Open

mmcv version for cuda11.7+pytorch 1.13 #373

felixshing opened this issue Aug 15, 2023 · 2 comments

Comments

@felixshing
Copy link

Hello, I am using cuda 11.7 and pytorch 1.13. Based on the documentation, I install mmcv 2.0
image

However, when I run the demo, it asks me to install lower version of it. But it seems it is incompileable with my current torch and cuda version. How to address this problem?

image

@Wei-Chen-hub
Copy link
Collaborator

Hi, if you want to use the demo inference code, I suggest you to use a older version of cuda and pytorch to use mmcv 1.7.x.

There are some syntax changes in MMCV 2.0.x, so the inference code would not be compatiable.

For using mmhuman3d with MMCV 2.0.x, you can refer to this PR which simply waive the version check in __init__.py. In this way, i think several minor bug fixes are required for the inference code to support MMCV 2.0.x.

@felixshing
Copy link
Author

Hi, if you want to use the demo inference code, I suggest you to use a older version of cuda and pytorch to use mmcv 1.7.x.

There are some syntax changes in MMCV 2.0.x, so the inference code would not be compatiable.

For using mmhuman3d with MMCV 2.0.x, you can refer to this PR which simply waive the version check in init.py. In this way, i think several minor bug fixes are required for the inference code to support MMCV 2.0.x.

Thanks! I just moved to my old PC with 1070GPU + 10.2 CUDA. My current PC has 3080 GPU. I am not sure whether it supports old version of cuda and pytorch. I will check that later if I have time.

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