huggingface / huggingface/llm-vscode

Client not running on Remote VSCode

Open
#97 8 comments 2 reactions 0 assignees View on GitHub
stale
Dominant language
TypeScript
Stars
1.3k
Forks
142
Avg merge
3m
Merged PRs (30d)
2

Description

When launching VSCode I see "Client is not Running" and "write EPIPE" errors popping up in the lower right corner of my screen.

This is a screenshot of the errors I am able to get:

![Screenshot 2023-10-18 at 10 42 59 AM](https://github.com/huggingface/llm-vscode/assets/6558229/951b44aa-857d-4baf-b431-000c64233663)

These are my extension settings:
```json
{
"llm.attributionEndpoint": "https://stack.dataportraits.org/overlap",
"llm.attributionWindowSize": 250,
"llm.configTemplate": "bigcode/starcoder",
"llm.contextWindow": 8192,
"llm.documentFilter": {
"pattern": "**"
},
"llm.enableAutoSuggest": true,
"llm.fillInTheMiddle.enabled": true,
"llm.fillInTheMiddle.middle": "",
"llm.fillInTheMiddle.prefix": "",
"llm.fillInTheMiddle.suffix": "",
"llm.lsp.binaryPath": null,
"llm.lsp.logLevel": "warn",
"llm.maxNewTokens": 60,
"llm.modelIdOrEndpoint": "bigcode/starcoder",
"llm.temperature": 0.2,
"llm.tlsSkipVerifyInsecure": false,
"llm.tokenizer": null,
"llm.tokensToClear": [
"<|endoftext|>"
]
}
```

This is my setup: I have an interactive job mounting my code running an infinite loop. I ssh into that job directly in vscode to write code directly in servers and launch quick debug scripts.

my remote env is this: `Linux 15f74b68-a0f7-4d9d-9be0-3258f1dda2de 6.2.0-32-generic #32~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 18 10:40:13 UTC 2 x86_64 x86_64 x86_64 GNU/Linux`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.