-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Offline environment tabby freezes without any output #3539
Comments
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. Here are two options to consider:
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 |
Hi @topcheer, I've conducted the test you mentioned, and it works on my end: I also performed a test on Linux with the ethernet disabled, and it worked as well. |
I installed Tabby in an online environment, and it worked properly. Then I copied the Tabby executable and the .tabby folder to an offline Linux system. However, it reported an "Invalid 'model_id'" error. The error message is as follows: Information about your GPU |
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: