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
Describe the bug
I would like to use Tabby in an offline environment. However, when I disconnect from the internet and run the command TABBY_ROOT=/tabby_home ./tabby serve --model StarCoder-1B --chat-model Qwen2-1.5B-Instruct, the program freezes without any output. But once I reconnect to the internet, the program starts up normally. Is it necessary for the Tabby program to access the network every time it is launched? And is there any way to prevent this from happening? I have already downloaded the Tabby models files in the tabby_home directory.
Information about your version
tabby 0.21.1
Information about your GPU
CPU
The text was updated successfully, but these errors were encountered:
Hi @magiccaptain, Tabby can operate in an offline environment. However, by default, when you specify a model name in the command arguments, Tabby will attempt to fetch the model from the Tabby Registry online.
Copy the existing ~/.tabby/models/TabbyML/models.json and the three specified model directories ~/.tabby/models/TabbyML/${MODEL_NAME} to the offline environment.
After completing one of these steps, you can run Tabby offline.
try to blacklist github.com and raw.githubusercontent.com in your /etc/hosts by adding following line before you run tabby
0.0.0.0 github.com raw.githubusercontent.com
Describe the bug
I would like to use Tabby in an offline environment. However, when I disconnect from the internet and run the command TABBY_ROOT=/tabby_home ./tabby serve --model StarCoder-1B --chat-model Qwen2-1.5B-Instruct, the program freezes without any output. But once I reconnect to the internet, the program starts up normally. Is it necessary for the Tabby program to access the network every time it is launched? And is there any way to prevent this from happening? I have already downloaded the Tabby models files in the tabby_home directory.
Information about your version
tabby 0.21.1
Information about your GPU
CPU
The text was updated successfully, but these errors were encountered: