-
Notifications
You must be signed in to change notification settings - Fork 13
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
current prod CUDA version too new for our GPU container #1227
Comments
Also, it seems that every time Arbutus updates the GPU driver, we lose the GPU driver and have to reinstall and reconfigure everything. I don't want to say much, but I don't think any of us like this. |
We had CUDA 11.4 before for prod and it was working. But I'm pretty sure we have also upgraded to 12.x and was able to run with GPU. |
Inside the container:
An empty list was returned, and the same CUDA error message appeared:
When importing TensorFlow, the following messages came up:
I was able to call
Failed using the default CUDA toolkit. We need further investigation. |
This is a different issue. See #1231 |
Our codes run on TensorFlow 2.5.1, which does not support the latest CUDA version, 12.4 (I think Arbutus upgraded it from 11.4 to 12.4). As a result, current production cannot use GPU.
According to the official guide, there is now a mismatch in package versions.
We need to spend a decent amount of time updating relevant codes to support the latest GPU, and Python and other packages also need to be updated, which will be a huge pain.
There are ongoing online discussions regarding failures to use TensorFlow (many versions) with CUDA 12.4. It looks like we cannot do much about this. We have to blame Arbutus (a lot, as always).
The text was updated successfully, but these errors were encountered: