continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.25k stars 1.66k forks source link

can't use continue in IDEA, too many restarts of GPU-process (JCFF) #2919

Open liulisi16323 opened 2 days ago

liulisi16323 commented 2 days ago

Before submitting your bug report

Relevant environment info

- OS:
- Continue version:0.0.81、0.0.80
- IDE version:2023.3.4
- Model:
- config.json:

Description

When I install continue new version, IDEA shows this message, GPU process restart too many times and seems to be unstable. Try to restart IDE or disable GPU acceleration completely. old version 0.0.6.4 is fine image

To reproduce

No response

Log output

No response

sestinj commented 2 days ago

@liulisi16323 I believe this is likely caused by rerenders in the chat window, but a few questions that would help me verify that if you have a spare moment:

are you using a local LLM/embeddings model when this happens? what is the first version where this happened? 0.0.80? does it happen immediately? does it still happen if you don't open the sidebar at all?

liulisi16323 commented 1 day ago

@liulisi16323 I believe this is likely caused by rerenders in the chat window, but a few questions that would help me verify that if you have a spare moment:

are you using a local LLM/embeddings model when this happens? what is the first version where this happened? 0.0.80? does it happen immediately? does it still happen if you don't open the sidebar at all?

not a local LLM, auto-complete still working well I’ve turned off indexing because it’s a huge drain on resources when opening a large project. 0.0.75 also not working, I can sure 0.0.75 is the first version. if I don't open the sidebar, the error message will not appear.