Hello,
I am trying to run the sample colab notebook (this notebook) for deploying LLaMa 2 from the model garden. Specifically, I am trying run the cell which fine tunes using PEFT. When I run this section of the notebook, I am getting the following error:
huggingface_hub.utils._validators.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/gcs/llama-train-1/peft/base_model/llama2-7b-chat-hf'. Use `repo_type` argument if needed.
I am confused as to the source of the error. I have made very few edits to the notebook besides inputting what is asked for -- what I am doing wrong here?