You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run brew services start tabbyml/tabby/tabby I am not able to get the clients to connect to the server. However, when I run tabby serve --device metal --model StarCoder-1B --chat-model Qwen2-1.5B-Instruct as per the documentation, it works fine.
Looking at the source code, the issue is that it is only running tabby serve --device metal, which does not set the models.
The text was updated successfully, but these errors were encountered:
When I run
brew services start tabbyml/tabby/tabby
I am not able to get the clients to connect to the server. However, when I runtabby serve --device metal --model StarCoder-1B --chat-model Qwen2-1.5B-Instruct
as per the documentation, it works fine.Looking at the source code, the issue is that it is only running
tabby serve --device metal
, which does not set the models.The text was updated successfully, but these errors were encountered: