Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Dec 4, 2024
1 parent 9499fc2 commit e48432e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chatbot_bringup/launch/chatbot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@ def generate_launch_description():
n_ctx=4096,
n_batch=256,
n_gpu_layers=25,
n_threads=1,
n_threads=-1,
n_predict=-1,
model_repo="Qwen/Qwen2.5-Coder-0.5B-Instruct-GGUF",
model_filename="qwen2.5-coder-0.5b-instruct-q4_k_m.gguf",
system_prompt_type="ChatML",
debug=False,
)

audio_player_cmd = Node(
Expand Down

0 comments on commit e48432e

Please sign in to comment.