We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc9952 commit 7a232d2Copy full SHA for 7a232d2
fast-DreamBooth.ipynb
@@ -65,7 +65,7 @@
65
"\n",
66
" os.environ['PYTHONWARNINGS'] = 'ignore'\n",
67
" !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",
+ " !pip uninstall jax -y\n",
69
70
"print('\u001b[1;32mDone, proceed')"
71
]
0 commit comments