You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(mlxvlm3) aaaa@LLM ~ % python3 -m mlx_vlm.chat_ui --model mlx-community/Qwen2.5-VL-72B-Instruct-4bit
This is a beta version of the video understanding. It may not work as expected.
Fetching 18 files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 18/18 [00:00<00:00, 98818.68it/s]
Fetching 18 files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 18/18 [00:00<00:00, 104567.14it/s]
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/opt/anaconda3/envs/mlxvlm3/lib/python3.12/site-packages/mlx_vlm/chat_ui.py", line 26, in
model, processor = load(args.model, {"trust_remote_code": True})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/mlxvlm3/lib/python3.12/site-packages/mlx_vlm/utils.py", line 275, in load
model = apply_lora_layers(model, adapter_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/mlxvlm3/lib/python3.12/site-packages/mlx_vlm/trainer/utils.py", line 139, in apply_lora_layers
adapter_path = Path(adapter_path)
^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/mlxvlm3/lib/python3.12/pathlib.py", line 1162, in init
super().init(*args)
File "/opt/anaconda3/envs/mlxvlm3/lib/python3.12/pathlib.py", line 373, in init
raise TypeError(
TypeError: argument should be a str or an os.PathLike object where fspath returns a str, not 'dict'
The text was updated successfully, but these errors were encountered:
(mlxvlm3) aaaa@LLM ~ % python3 -m mlx_vlm.chat_ui --model mlx-community/Qwen2.5-VL-72B-Instruct-4bit
This is a beta version of the video understanding. It may not work as expected.
Fetching 18 files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 18/18 [00:00<00:00, 98818.68it/s]
Fetching 18 files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 18/18 [00:00<00:00, 104567.14it/s]
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/opt/anaconda3/envs/mlxvlm3/lib/python3.12/site-packages/mlx_vlm/chat_ui.py", line 26, in
model, processor = load(args.model, {"trust_remote_code": True})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/mlxvlm3/lib/python3.12/site-packages/mlx_vlm/utils.py", line 275, in load
model = apply_lora_layers(model, adapter_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/mlxvlm3/lib/python3.12/site-packages/mlx_vlm/trainer/utils.py", line 139, in apply_lora_layers
adapter_path = Path(adapter_path)
^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/mlxvlm3/lib/python3.12/pathlib.py", line 1162, in init
super().init(*args)
File "/opt/anaconda3/envs/mlxvlm3/lib/python3.12/pathlib.py", line 373, in init
raise TypeError(
TypeError: argument should be a str or an os.PathLike object where fspath returns a str, not 'dict'
The text was updated successfully, but these errors were encountered: