Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong UNIX filesystem root #255

Open
nikolaydubina opened this issue Oct 16, 2024 · 1 comment
Open

wrong UNIX filesystem root #255

nikolaydubina opened this issue Oct 16, 2024 · 1 comment

Comments

@nikolaydubina
Copy link

nikolaydubina commented Oct 16, 2024

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

@yanxi0830
Copy link
Contributor

os.getenv("LLAMA_STACK_CONFIG_DIR", os.path.expanduser("~/.llama/"))

The default path is in os.path.expanduser("~/.llama/"). You may set LLAMA_STACK_CONFIG_DIR to change the path of model checkpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants