uninstall protobuf too
This commit is contained in:
parent
3089e97a06
commit
cbbe8e40f7
|
@ -251,8 +251,8 @@
|
|||
"\n",
|
||||
"import os\n",
|
||||
"\n",
|
||||
"# Uninstall PyTorch so the WebUI can install the version it wants\n",
|
||||
"!pip uninstall -y torch torchvision torchaudio\n",
|
||||
"# Uninstall PyTorch and some other libraries so the WebUI can install the versions it needs\n",
|
||||
"!pip uninstall -y torch torchvision torchaudio protobuf\n",
|
||||
"\n",
|
||||
"# Import launch.py which will automatically run the install script but not launch the WebUI.\n",
|
||||
"import launch\n",
|
||||
|
|
Loading…
Reference in New Issue