Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete generate irrelevant content #3153

Open
3 tasks done
homjay opened this issue Dec 2, 2024 · 4 comments
Open
3 tasks done

Autocomplete generate irrelevant content #3153

homjay opened this issue Dec 2, 2024 · 4 comments
Assignees
Labels
area:autocomplete Relates to the auto complete feature ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@homjay
Copy link

homjay commented Dec 2, 2024

Before submitting your bug report

Relevant environment info

- OS:Windows11
- Continue version:v0.8.60
- IDE version:Vscode 1.95.3
- Model:qwen2.5-coder:32b & qwen2.5-coder:1.5b
- config.json:
  
  "tabAutocompleteModel": {
    "title": "qwen2.5-coder:32b",
    // "title": "qwen2.5-coder:1.5b",
    "provider": "ollama",
    "model": "qwen2.5-coder:32b",
    "apiBase": "http://192.168.11.100:11434"
  },
  "tabAutocompleteOptions": {
    "debounceDelay": 500,
    "maxPromptTokens": 4000,
    "disableInFiles": [
      "*.md"
    ],
    "multilineCompletions": "always"
  },

Description

image
image

the generated content is text instead of code.

To reproduce

Install continues, run the Qwen model with Ollama, and configure accordingly.

Log output

No response

@dosubot dosubot bot added area:autocomplete Relates to the auto complete feature ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior labels Dec 2, 2024
@arcv
Copy link

arcv commented Dec 3, 2024

Noticed similar problem in my local setup with ollama and autocomplete. What is more interesting is that quality of the output degraded with each Continuedev update regardless of model I used. starcoder2:7b used to be fine model for my use in VSCode Unity C# project.

@JadoJodo
Copy link

JadoJodo commented Dec 5, 2024

I, too, am seeing this issue (with mistralai/codestral-mamba via OpenRouter).

IDE: JetBrains GoLand w/ Continue v0.0.75

@Hax7
Copy link

Hax7 commented Dec 7, 2024

I have the same issue, Have you found a solution? I use qwen2.5-coder:1.5b-instruct model with ollama and vscode

@Swipe4057
Copy link

I have a similar issue with VLLM. #3372

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:autocomplete Relates to the auto complete feature ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

No branches or pull requests

6 participants