mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 22:55:22 +00:00
commit
2ebc8ff252
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ def update_pytorch_and_python():
|
|||
|
||||
|
||||
def clean_outdated_pytorch_cuda_dependencies():
|
||||
patterns = ["cu121", "cu122", "torch2.4"]
|
||||
patterns = ["cu121", "cu122", "torch2.4", "torchvision", "torchaudio"]
|
||||
result = run_cmd("python -m pip list --format=freeze", capture_output=True, environment=True)
|
||||
matching_packages = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue