Skip to content

Commit

Permalink
fix vlm streamlit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidqian123 committed Nov 6, 2024
1 parent a5ff3e0 commit 329590b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nexa/cli/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def run_ggml_inference(args):
run_type = ModelType[model_type].value

local_path = None
projector_local_path = None

if is_local_path or hf:
if not model_type:
print("Error: --model_type must be provided when using --local_path or --huggingface")
Expand Down

0 comments on commit 329590b

Please sign in to comment.