Skip to content
Open

Fix #94

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions computer_use_demo/gui_agent/planner/local_vlm_planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""

MODEL_TO_HF_PATH = {
"qwen-vl-7b-instruct": "Qwen/Qwen2-VL-7B-Instruct",
"qwen2-vl-7b-instruct": "Qwen/Qwen2-VL-7B-Instruct",
"qwen2-vl-2b-instruct": "Qwen/Qwen2-VL-2B-Instruct",
"qwen2.5-vl-3b-instruct": "Qwen/Qwen2.5-VL-3B-Instruct",
"qwen2.5-vl-7b-instruct": "Qwen/Qwen2.5-VL-7B-Instruct",
Expand Down Expand Up @@ -224,4 +224,4 @@ def _message_filter_callback(messages):
except Exception as e:
print("[_message_filter_callback]: error", e)

return filtered_list
return filtered_list
1 change: 0 additions & 1 deletion computer_use_demo/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def sampling_loop_sync(
model=planner_model,
provider=planner_provider,
system_prompt_suffix=system_prompt_suffix,
api_key=api_key,
api_response_callback=api_response_callback,
selected_screen=selected_screen,
output_callback=output_callback,
Expand Down