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...