[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
8fdceaa46f
commit
7a56317a51
1 changed files with 8 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue