-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[Usage]: [V1] Misleading Error Messages #13510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@robertgshaw2-redhat I'd like to work on this. |
I couldn't reproduce the same error using the same command. |
same, I got $ VLLM_USE_V1=1 vllm serve neuralmagic/Meta-Llama-3-8B-Instruct-FP8-dynamic --disable-log-requests --no-enable-prefix-caching
...
ValueError: Invalid repository ID or local directory specified: 'neuralmagic/Meta-Llama-3-8B-Instruct-FP8-dynamic'.
Please verify the following requirements:
1. Provide a valid Hugging Face repository ID.
2. Specify a local directory that contains a recognized configuration file.
- For Hugging Face models: ensure the presence of a 'config.json'.
- For Mistral models: ensure the presence of a 'params.json'. |
I think this issue is fixed by #13724? If so, this can be closed. |
Hi @robertgshaw2-redhat , I likes your feedback even though your issue is not reproducible for some system setup, but I encounter similiar issues, and I've make further modification from #13724 , to take care of other issue like internet connection issue. working on a PR here #17938 |
Looking for help to improve error messages during startup!
Running a model that does not exist (e.g.
MODEL=neuralmagic/Meta-Llama-3-8B-Instruct-FP8-dynamic
<< this does not exist), gives the following stack trace:This is confusing
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: