-
Notifications
You must be signed in to change notification settings - Fork 7.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
Unable to run privateGPT without internet #1458
Comments
"Unable to run privateGPT without internet " same on macos. |
This is because the vocab files are being downloaded and you can bypass it by pre-downloading them and some other things per: |
Do you plan to use something like firejail or systemd jails for this? I had something similar in mind! |
@ninjanimus I too faced the same issue. Here is the reason and fix : Reason : Fix : os.environ["TIKTOKEN_CACHE_DIR"] = "tiktoken_cache" and create a folder by same name |
Thanks @ParetoOptimalDev and @yadav-arun for your answers! I have tried @yadav-arun's suggestion and it worked flawlessly on Ubuntu.
Currently, my requirement is to use a separate VM for executing the LLM and disconnect the network adapter on the guest VM once installation is complete, to avoid any data leakage due to accidental executions or misconfigurations. |
My objective is to setup PrivateGPT with internet and then cutoff the internet for using it locally to avoid any potential data leakage.
I'm trying to install it on
Ubuntu VM
,no GPU
. Everything working fine when internet is enabled. But once the disabled and the VM is restarted, unable to start the PrivateGPT server.Below are the error details:
I have tried to disable /tmp files deletion on restart as I saw some files are getting downloaded while running initially after reboot. But, the requirement to connect to
openaipublic.blob.core.windows.net
is not bypassed with that. Thanks!The text was updated successfully, but these errors were encountered: