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

Update required CUDA version? #220

Closed
jluethi opened this issue Nov 22, 2022 · 2 comments
Closed

Update required CUDA version? #220

jluethi opened this issue Nov 22, 2022 · 2 comments
Assignees
Labels
package unclear Let's check whether this is still an open issue
Milestone

Comments

@jluethi
Copy link
Collaborator

jluethi commented Nov 22, 2022

See comment here: #215 (comment)

Torch 1.13 deprecated old CUDA drivers, see release notes here. And we are currently on CUDA 10.2, at UZH.

Poetry installs the version which is stored in the lock file, which is 1.12.1.
Pip installs the latest possible, which is 1.13.1. This is why it then fails in running on the GPU.

Current solution: we pin fractal-tasks-core to torch 1.12.1.
Long-term solution: we use a more recent CUDA (note that it may interfere with other software, like TissueMaps).

Let's discuss updates for our dependencies or for CUDA somewhere else (since it also depends on the FMI setup).

Let's discuss what we'll need to support in different places. For the moment, the 1.12.1 solution seems reasonable :)

@jluethi jluethi added this to the maintenance milestone Jan 20, 2023
@tcompa tcompa added the unclear Let's check whether this is still an open issue label Feb 15, 2023
@jluethi
Copy link
Collaborator Author

jluethi commented Feb 22, 2023

Let's ask whether a CUDA update is possible

@tcompa
Copy link
Collaborator

tcompa commented Jun 22, 2023

Made obsolete by #355.
Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package unclear Let's check whether this is still an open issue
Projects
None yet
Development

No branches or pull requests

3 participants