uninstall protobuf too

This commit is contained in:
Drake Panzer 2023-01-27 12:22:01 -07:00
parent 3089e97a06
commit cbbe8e40f7
No known key found for this signature in database
GPG Key ID: 194A1C358AACFC39
1 changed files with 2 additions and 2 deletions

View File

@ -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",