zch-cc
zch-cc
Thanks for the help. I am saying when I use the ui goes to definition(F12) it can. But I am developing an extension and when I use vscode.executeDefinitionProvider to get...
but when i use executeReferenceProvider, it can give me the information. Could that be intellisense does not define a definition provider and on vscode if you use F12, it also...
find similar issue here https://github.com/huggingface/text-generation-inference/issues/1957 and it looks like versions after 2.0.2 is not working. I tried all versions after 2.0.2, all fails
Hi @ErikKaum, Thanks for responding. The model is ``` deepseek-ai/deepseek-coder-6.7b-base ``` and you can use the official docker container command to reproduce this ``` docker run --gpus all --shm-size 1g...