[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-05-25 16:05:20 +00:00
commit 7a56317a51

View file

@ -1310,8 +1310,14 @@ def install_python_stack() -> int:
try:
subprocess.run(
[
sys.executable, "-m", "pip", "uninstall", "-y",
"transformers", "mlx-vlm", "huggingface_hub",
sys.executable,
"-m",
"pip",
"uninstall",
"-y",
"transformers",
"mlx-vlm",
"huggingface_hub",
],
stdout = subprocess.PIPE,
stderr = subprocess.STDOUT,