Skip to content

Commit 993919c

Browse files
markmcdcopybara-github
authored andcommitted
Upgrade Cuda drivers in simple audio tutorial.
This is required to support TF 2.10 in Colab while it currently ships with a lower version. Fixes [googlecolab/colabtools#3058](googlecolab/colabtools#3058). PiperOrigin-RevId: 475435531
1 parent bede3d9 commit 993919c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/en/tutorials/audio/simple_audio.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@
9898
},
9999
"outputs": [],
100100
"source": [
101-
"# Upgrading Colab's tensorflow breaks GPU support. Switch this notebook back to GPU once Colab upgrades.\n",
102-
"!pip install -U --pre tensorflow tensorflow_datasets"
101+
"# Upgrade environment to support TF 2.10 in Colab\n",
102+
"!pip install -U --pre tensorflow tensorflow_datasets\n",
103+
"!apt install --allow-change-held-packages libcudnn8=8.1.0.77-1+cuda11.2"
103104
]
104105
},
105106
{

0 commit comments

Comments
 (0)