Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 556843918
  • Loading branch information
romanngg committed Aug 14, 2023
1 parent e50c0bc commit 3409728
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions notebooks/weight_space_linearization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@
"pycharm": {}
},
"source": [
"Install JAX, Tensorflow Datasets, and Neural Tangents\n",
"\n",
"The first line specifies the version of jaxlib that we would like to import. Note, that \"cp36\" species the version of python (version 3.6) used by JAX. Make sure your colab kernel matches this version."
"Install JAX, Tensorflow Datasets, and Neural Tangents"
]
},
{
Expand All @@ -79,10 +77,10 @@
},
"outputs": [],
"source": [
"!pip install -q --upgrade pip\n",
"!pip install -q --upgrade jax[cuda11_cudnn82] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html\n",
"!pip install -q tensorflow-datasets\n",
"!pip install -q git+https://www.github.com/google/neural-tangents"
"!pip install -q --upgrade pip\n",
"!pip install -q --upgrade jax[cuda11_cudnn82] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html\n",
"!pip install -q tensorflow-datasets\n",
"!pip install -q git+https://www.github.com/google/neural-tangents"
]
},
{
Expand Down

0 comments on commit 3409728

Please sign in to comment.