llama-stack icon indicating copy to clipboard operation
llama-stack copied to clipboard

wrong UNIX filesystem root

Open nikolaydubina opened this issue 1 year ago • 1 comments

docker image build expects models to be stored in '/root/.llama/checkpoints/`

however, elsewhere in code and documentation it is expected to be in /.llama/checkpoints/‹model name>

having /root/... is very odd. on UNIX file systems root should be just /

I was having this issue bellow. moving files into /root fixed it, meaning it is indeed looking not into / but into /root. image

nikolaydubina avatar Oct 16 '24 07:10 nikolaydubina