-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[VSCode] Empty chat panel in devcontainer #3424
Comments
Hello @WatchMeBakinWaffles, when running Tabby or other GPU-intensive applications in a container, you should use an NVIDIA-based image. Could you try using images such as Additionally, there is a state check on the System page in the Tabby admin homepage settings. Could you also try to verify the state of the models there? |
Hello @zwpaper. I will try next monday. But I'm still wondering, why would chat feature require nvidia based image while code completion is working correctly ? |
@WatchMeBakinWaffles, you can check the model's functionality on the System page using a Debian-based image. However, in most cases, an NVIDIA-based image is required for a GPU application to utilize GPU capabilities. |
Oh ok. I guess there is a misunderstanding there : My VSCode extension is running inside a devcontainer whereas tabby server is actually running on my Ubuntu WSL (and clearly running on the GPU, I can confirm). My issue is that the chat feature in VSC works well when VSC is running on host while it stops running when switching to devcontainer (and actually, the chat through web GUI is nice and smooth). Additional infos: Here is my run command: EDIT: |
Describe the bug
Tabby chat panel hangs and end up being empty when running in devcontainer.
First :
Few tens of seconds later :
I don't see any error in vscode tabby output.
Information about your version
Using tabby version : 0.20.0
Information about your GPU
Additional context
Running in devcontainer based on docker image
debian:12.7-slim
The text was updated successfully, but these errors were encountered: