llocal icon indicating copy to clipboard operation
llocal copied to clipboard

During windows installation select the folder

Open albertotn opened this issue 1 year ago • 4 comments
trafficstars

During windows installation, it should be possible to select the folder where llocal is installed

albertotn avatar Jul 24 '24 13:07 albertotn

Hello @albertotn ! Welcome to the llocal community! This one has been on my mind for a while. At the moment, some parts of Ollama auto-downloader script would be affected with the allowing the user to decide where to install. But, for sure when the auto-downloader script and RAG script are implemented will make sure to get this added as well.

kartikm7 avatar Jul 24 '24 13:07 kartikm7

Please consider that if, like in my case, I already have ollama installed, is the installation use it or download it again ?

albertotn avatar Jul 24 '24 14:07 albertotn

Don't worry it does not download it incase you already have it. The flow for the auto-downloader is as such:

  1. It checks if you have ollama, if yes then it stops here.
  2. If no, then it checks if the installer is already downloaded by llocal. If yes then it opens the installer for you.
  3. If no, then it downloads ollama for you.

So, to cut it short it does not re-download it incase you already have it!

kartikm7 avatar Jul 24 '24 15:07 kartikm7

I think on Windows explain this Is mandatory, at least the three phases

Il mer 24 lug 2024, 17:00 Kartikeya Mishra @.***> ha scritto:

Don't worry it does not download it incase you already have it. The flow for the auto-downloader is as such:

  1. It checks if you have ollama, if yes then it stops here.
  2. If no, then it checks if the installer is already downloaded by llocal. If yes then it opens the installer for you.
  3. If no, then it downloads ollama for you.

So, to cut it short it does not re-download it incase you already have it!

— Reply to this email directly, view it on GitHub https://github.com/kartikm7/llocal/issues/7#issuecomment-2248242185, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC7SG6LUL7C3QXMIMAFQBRTZN66SDAVCNFSM6AAAAABLMQHWXCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBYGI2DEMJYGU . You are receiving this because you were mentioned.Message ID: @.***>

albertotn avatar Jul 24 '24 18:07 albertotn