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

path/to/llama-2 #24

Open
poojitharamachandra opened this issue Dec 28, 2023 · 2 comments
Open

path/to/llama-2 #24

poojitharamachandra opened this issue Dec 28, 2023 · 2 comments

Comments

@poojitharamachandra
Copy link

what does --model_name_or_path "path/to/llama-2" mean?
to run the train_math.py , which model should I download to the above path?

@yulonghui
Copy link
Member

hi~
you can set as:
"meta-llama/Llama-2-7b-hf"
"meta-llama/Llama-2-13b-hf"
"meta-llama/Llama-2-70b-hf"
model lists can be seen here: https://huggingface.co/meta-llama

make sure to use the model end with hf

@poojitharamachandra
Copy link
Author

thanks.

I am getting the following error while trying to run run.sh

File "/home/.local/lib/python3.9/site-packages/bitsandbytes/cuda_setup/main.py", line 183, in remove_non_existent_dirs
if path.exists():
File "/fs/applications/jupyterhub/gpu.jupyterhub.rng-dl01/jupyterhub_3.1.1/lib/python3.9/pathlib.py", line 1424, in exists
PermissionError: [Errno 13] Permission denied: '/fs/applications/jupyterhub/gpu.jupyterhub.rng-dl01/srv/jupyterhub'

why is it referring to jupyter hub?
how do I resolve this?

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