Skip to content

Commit

Permalink
using Qwen2.5-Coder-0.5B-Instruct
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Dec 3, 2024
1 parent 11af9de commit 333c7a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chatbot_bringup/launch/chatbot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ def generate_launch_description():
llama_cmd = create_llama_launch(
n_ctx=4096,
n_batch=256,
n_gpu_layers=17,
n_gpu_layers=25,
n_threads=1,
n_predict=-1,
model_repo="lmstudio-community/Llama-3.2-1B-Instruct-GGUF",
model_filename="Llama-3.2-1B-Instruct-Q8_0.gguf",
system_prompt_type="Llama-3",
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,
)

Expand Down

0 comments on commit 333c7a1

Please sign in to comment.