Autocomplete requests get cancelled on local server #7792
Unanswered
seanxwzhang
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey great job with continue, been playing with it for the past day but couldn't get autocomplete working for my custom openai-compatible server.
when I start the server using
vllm serve bigcode/starcoder2-3b
, and using the following config at my~/.continue/config.yaml
I'm getting valid requests on my servers, as shown below
but the autocomplete on the vscode side doesn't quite work despite the requests finished. Upon looking at the continue console, I saw most of the requests were cancelled
Why are these requests getting cancelled?
Beta Was this translation helpful? Give feedback.
All reactions