MODEL_PATH=... \ # the parent dir of the checkpoint
Does this mean "tests" in the project? It's the parent dir of the only "checkpoint" I saw in the project.
But using test, there is a bug saying that "huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': 'tests//Qwen2.5-7B'. Use repo_type argument if needed."
What should I do, please?
MODEL_PATH=... \ # the parent dir of the checkpoint
Does this mean "tests" in the project? It's the parent dir of the only "checkpoint" I saw in the project.
But using test, there is a bug saying that "huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': 'tests//Qwen2.5-7B'. Use
repo_typeargument if needed."What should I do, please?