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

Making compatible to recent pytorch and python versions #60

Closed
wants to merge 2 commits into from

Conversation

harkiratbehl
Copy link

Hi,

I have made some minor changes in the requirements.txt and install.md to make the installation work for recent pytorch and python versions.
I have tested with Pytorch1.12.1 and Python3.9.

Hope this will be helpful to others.

I have removed particular versions from requirements.
With these changes, install.md should work for recent pytorch and python versions.
I have tested with Python3.9 and Pytorch1.2.1
@harkiratbehl
Copy link
Author

harkiratbehl commented Sep 15, 2022

Something similar to #16 will be needed as well, i.e, fix the torchvision check.

@timmeinhardt
Copy link
Owner

While this might have worked in your case, removing all package version numbers is not a reliable way of moving an outdated codebase into the future.

@Big-Smart
Copy link

Hello, may I ask what is the corresponding cuda version?

@timmeinhardt
Copy link
Owner

timmeinhardt commented Oct 19, 2023

The codbase works with up to Pytorch1.12.1. What ever CUDA version compatible with that PyTorch version should work. There might be multiple.

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

Successfully merging this pull request may close these issues.

None yet

3 participants