-
Notifications
You must be signed in to change notification settings - Fork 6.2k
[Serve.llm][docs] Remove accelerator_type from quick start #51927
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Maybe another follow up is to omit this option on gen config cli
yeah gen_config is a bit dumb right now. My intention is to not change that for now (We'll react to user requests when needed). For example another dumb thing there right now is that it always asks for HF_TOKEN even if models don't need that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice to see this!
actually it's not a good idea unless I can figure out the UNSPECIFIED gpu types. |
This thread suggests that leaving accelerator_type as part of the quick start might not be a good idea. If the cluster is not setup properly this path will fail and user may be simply on a head node with GPU not knowing anything about ray's cluster setup. In this case, a simple LLMConfig() should be sufficient to get started.