Skip to content

Commit 7a232d2

Browse files
authored
fix
1 parent fcc9952 commit 7a232d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fast-DreamBooth.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"\n",
6666
" os.environ['PYTHONWARNINGS'] = 'ignore'\n",
6767
" !rm -r /usr/local/lib/python3.11/dist-packages/tensorflow*\n",
68-
" !sed -i 's@raise AttributeError(f\"module {module!r} has no attribute {name!r}\")@@g' /usr/local/lib/python3.11/dist-packages/jax/_src/deprecations.py\n",
68+
" !pip uninstall jax -y\n",
6969
"\n",
7070
"print('\u001b[1;32mDone, proceed')"
7171
]

0 commit comments

Comments
 (0)