Replies: 2 comments 1 reply
-
Any answer? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've encountered the same issue. I just loaded trained model from my disk: from vllm import LLM
model = LLM(
model=MODEL_PATH
) huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name' |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using vllm with LLama3.1-405b, I get the following error:
huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '****/models/Llama-3.1_405B-Instruct'. Use repo_typeargument if needed.
The dataset is downloaded from official repo:
Could you help me to define the problem? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions