You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
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?
The text was updated successfully, but these errors were encountered: