Despite default models have already been downloaded locally, why doesn't it work without network connection? #101
-
When I turn off the network connection, I got a mistake in vscode terminal which says "process 'git' exited with code 1" I have checked the models in cache in my wsl of ubuntu22 with copilot v1.4.1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@cadake Even after downloading the models to your local end, it is still required to have Internet, and specifically, Git access. This is because when running Lean Copilot's tactics, it will always automatically check whether the local models are the same as the latest remote models. If not, a warning will be displayed to suggest the users to download the latest models. This check would need access to our latest remote models hosted online, which needs the Internet. |
Beta Was this translation helpful? Give feedback.
@cadake Even after downloading the models to your local end, it is still required to have Internet, and specifically, Git access. This is because when running Lean Copilot's tactics, it will always automatically check whether the local models are the same as the latest remote models. If not, a warning will be displayed to suggest the users to download the latest models. This check would need access to our latest remote models hosted online, which needs the Internet.