llama-stack
llama-stack copied to clipboard
wrong UNIX filesystem root
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.