Skip to content

Commit

Permalink
Update Gemma 2 Notebook (#32200)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Aug 16, 2024
1 parent 65550a7 commit ff93c48
Showing 1 changed file with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
},
"outputs": [],
"source": [
"pip install apache_beam[gcp]==\"2.54.0\" keras_nlp==\"0.14.3\" keras>=\"3\" jax[cuda12]"
"%pip install apache_beam[gcp]==\"2.54.0\" keras_nlp==\"0.14.3\" keras==\"3.5.0\" jax[cuda12]"
]
},
{
Expand Down Expand Up @@ -596,16 +596,9 @@
"colab": {
"provenance": []
},
"environment": {
"kernel": "apache-beam-2.57.0",
"name": ".m121",
"type": "gcloud",
"uri": "us-docker.pkg.dev/deeplearning-platform-release/gcr.io/:m121"
},
"kernelspec": {
"display_name": "Apache Beam 2.57.0 (Local)",
"language": "python",
"name": "apache-beam-2.57.0"
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -617,7 +610,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.10.1"
}
},
"nbformat": 4,
Expand Down

0 comments on commit ff93c48

Please sign in to comment.