Skip to content
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

Add OpenLLM support #81

Merged
merged 2 commits into from
Sep 23, 2024
Merged

Add OpenLLM support #81

merged 2 commits into from
Sep 23, 2024

Conversation

dotpyu
Copy link
Member

@dotpyu dotpyu commented Sep 23, 2024

Adding support for OpenLLM servers (https://github.com/bentoml/OpenLLM)

Example Usage:

from alfred import Client

openllm = Client(model_type="openllm", model="meta-llama/Meta-Llama-3.1-8B-Instruct", end_point="http://llmserver:3700/v1")

@dotpyu dotpyu merged commit a513883 into main Sep 23, 2024
1 check passed
@dotpyu dotpyu deleted the add-openllm-support branch September 23, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant