You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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: