Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Jan 9, 2025
1 parent d309f5c commit b88d44b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions llama_bringup/models/Qwen2-VL.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ n_gpu_layers: 29
n_threads: -1
n_predict: 8192

image_prefix: "<|vision_start|>"
image_suffix: "<|vision_end|>"

model_repo: "bartowski/Qwen2-VL-2B-Instruct-GGUF"
model_filename: "Qwen2-VL-2B-Instruct-Q4_K_M.gguf"

mmproj_repo: "bartowski/Qwen2-VL-2B-Instruct-GGUF"
mmproj_filename: "mmproj-Qwen2-VL-2B-Instruct-f16.gguf"

image_prefix: "<|vision_start|>"
image_suffix: "<|vision_end|>"

system_prompt_type: "ChatML"
1 change: 0 additions & 1 deletion llama_ros/src/llava_ros/llava.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ bool Llava::eval_prompt() {
}

// eval the image
LLAMA_LOG_INFO("Checking the image");
if (this->image_embed != nullptr) {
LLAMA_LOG_INFO("Evaluating the image");

Expand Down

0 comments on commit b88d44b

Please sign in to comment.