Skip to content

Commit edbc1a9

Browse files
danielsuoFlax Authors
authored andcommitted
[flax:examples:sst2] Fix notebook error.
PiperOrigin-RevId: 839349552
1 parent 6ac5a78 commit edbc1a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/sst2/sst2.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
" # Download Flax repo from Github.\n",
8787
" if not os.path.isdir('flaxrepo'):\n",
8888
" !git clone --depth=1 https://github.com/google/flax flaxrepo\n",
89+
" pass\n",
8990
" # Copy example files & change directory.\n",
9091
" mount_gdrive = 'no' #@param ['yes', 'no']\n",
9192
" if mount_gdrive == 'yes':\n",
@@ -274,4 +275,4 @@
274275
},
275276
"nbformat": 4,
276277
"nbformat_minor": 0
277-
}
278+
}

0 commit comments

Comments
 (0)