cocktailpeanut / dalai

The simplest way to run LLaMA on your local machine
https://cocktailpeanut.github.io/dalai
13.09k stars 1.43k forks source link

`npx dalai llama install 7B` installs 34 GB data in home directory under `~/dalai` #440

Open paulmenzel opened 1 year ago

paulmenzel commented 1 year ago

Running npx dalai llama install 7B it creates a directory "$HOME"/dalai with 34 GB of content.

Is it possible to configure a different directory?

noorus commented 1 year ago

Yes, as the homepage states, you can pass --home <path> to the install command to change it.