Before submitting your bug report
Relevant environment info
name: Main Config
version: 1.0.0
schema: v1
models:
- name: Qwen2.5 Coder 32B
provider: ollama
model: qwen2.5-coder:32B
apiBase: http://127.0.0.1:11434
roles:
- chat
- edit
- apply
- name: Qwen2.5 Coder 1.5B (Autocomplete)
provider: ollama
model: qwen2.5-coder:7B
apiBase: http://127.0.0.1:11434
roles:
- autocomplete
- name: Qwen2.5 Coder 7B (Embeddings)
provider: ollama
model: qwen2.5-coder:7B
apiBase: http://127.0.0.1:11434
roles:
- embed
Description
Sometimes Continue is not able to merge its suggestion to the original code.
To reproduce
I am using Qwen 2.5 32B, I am trying to work on a small C program with two C files. When I ask the LLM to do a refactoring on my code it shows the modification it needs to do and sometimes (not all the times) when I choose to "Apply" changes, his suggested code is not merged in my original C file. It says but is not able to modify the file.
Log output
Before submitting your bug report
Relevant environment info
Description
Sometimes Continue is not able to merge its suggestion to the original code.
To reproduce
I am using Qwen 2.5 32B, I am trying to work on a small C program with two C files. When I ask the LLM to do a refactoring on my code it shows the modification it needs to do and sometimes (not all the times) when I choose to "Apply" changes, his suggested code is not merged in my original C file. It says but is not able to modify the file.
Log output