Open paulmenzel opened 1 year ago
Running npx dalai llama install 7B it creates a directory "$HOME"/dalai with 34 GB of content.
npx dalai llama install 7B
"$HOME"/dalai
Is it possible to configure a different directory?
Yes, as the homepage states, you can pass --home <path> to the install command to change it.
--home <path>
install
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?