runtime error
ā ā 107 ā ā ā kwargs.items(), # Kwargs values ā ā 108 ā ā ): ā ā 109 ā ā ā if arg_name in ["repo_id", "from_id", "to_id"]: ā ā ā± 110 ā ā ā ā validate_repo_id(arg_value) ā ā 111 ā ā ā ā ā 112 ā ā ā elif arg_name == "token" and arg_value is not None: ā ā 113 ā ā ā ā has_token = True ā ā ā ā /home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_valida ā ā tors.py:158 in validate_repo_id ā ā ā ā 155 ā ā raise HFValidationError(f"Repo id must be a string, not {type( ā ā 156 ā ā ā 157 ā if repo_id.count("/") > 1: ā ā ā± 158 ā ā raise HFValidationError( ā ā 159 ā ā ā "Repo id must be in the form 'repo_name' or 'namespace/rep ā ā 160 ā ā ā f" '{repo_id}'. Use `repo_type` argument if needed." ā ā 161 ā ā ) ā ā°āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāÆ HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/model/13B_hf'. Use `repo_type` argument if needed.
Container logs:
Fetching error logs...