-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
added support for vLLM server and docs for local models #93
Conversation
…stanfordnlp/dsp into enhancement/minor_edits_to_docs
enhancement(documentation): Minor fixes
Any news on the state of this PR? Support for vLLM would be super. |
I think this is especially misleading because VLLM support is already in the documentation, but the relevant HFClientVLLM class is only defined in this unmerged PR |
This can now be closed but we'll need a new PR with just these bits:
cc: @arnavsinghvi11 |
I'm happily using vllm via import dspy |
-updated DSPy init with vLLM support
-added vLLM to hf_client
-added docs for local model testing with HFModel, TGI, vLLM, and MLC
-added model initialization validation for HFClientTGI within latest changes