Closed YenCheHsiao closed 1 week ago
You can obtain your token from "https://huggingface.co/settings/tokens".
Sorry, I meant to ask where I should add the token. Should it be included in the submission script, or somewhere within the Python code?
You can use the command "huggingface-cli download --token hf_*** --resume-download meta-llama/Llama-2-7b-hf --local-dir Llama-2-7b-hf" to download the model to a specified location, and then modify the script path accordingly.
It works! Thank you for the help.
I encountered an error when trying to run the train_openelm.sh script located in the /scripts/train/openelm/ directory.
Error Message:
Could you provide guidance on how to add the Hugging Face access token for the Llama-2-7b-hf model?