-
Notifications
You must be signed in to change notification settings - Fork 749
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
Upgrade to CUDA 12.5, TensorFlow 2.18.0, Keras 3.8.0, and Nvidia driver 550.54.15 #5061
Comments
Hi, Your upgrade has completely decimated our working system. How do I fall back on CUDA to 12.4 ? This CUDA 12.5 is weird. I am about to lose my important client because of this :( .... |
Dear Metrizable, |
I suddenly get the error CUDA Error: the provided PTX was compiled with an unsupported toolchain. when running my yolov4 darknet training code using cuda that worked just fine before. Any ideas? |
Upgrade to CUDA 12.5, TensorFlow 2.18.0, Keras 3.8.0, and Nvidia driver 550.54.15
The version of CUDA, TensorFlow, Keras, and the related ecosystem of packages and libraries pre-installed in the Colab runtime has been upgraded. TensorFlow 2.18.0 is the latest version released by the TensorFlow team, and this upgrade brings in several features, bug fixes, optimizations, and changes. Find out what's new in TensorFlow 2.18 on the TensorFlow Blog article!
The upgrade to CUDA 12.5, TensorFlow 2.18.0, Keras 3.8.0 and related packages and libraries keeps the versions pre-installed in Colab up-to-date with the current scientific computing ecosystem.
Colab’s fallback runtime version
Using the fallback runtime version temporarily allows access to the last version of the runtime before the upgrade described above, and is available until mid-February. Its purpose is to provide a temporary mechanism for users to more smoothly upgrade their notebooks to be compatible with Colab’s current runtime version. This will be available from the Command Palette via the "Use fallback runtime version" command when connected to a runtime. Of note, this setting does not persist across sessions – the command will need to be invoked on each new session.
The text was updated successfully, but these errors were encountered: