general

Why is Tabby not working after installation and running the serve command?

I installed Tabby via brew and ran tabby serve --device metal --model TabbyML/StarCoder-1B. However, going to 0.0.0.0:8080 in a browser does not bring up anything. In addition, after installing the VS Code extension, I just get 'Tabby is initializing' in the bottom right corner, and autocomplete doesn't seem to work.

Sa

Sam Tenenholz

Asked on Dec 18, 2023

It seems that there was a conflict with the port numbers. Some other process was already using both port 8080 and 8090, causing Tabby to not work. Switching to a different port resolved the issue. Make sure to check for any conflicting processes using the desired ports.

Dec 18, 2023Edited by