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

feat(vllm): Initial vllm backend implementation #1026

Merged
merged 3 commits into from
Sep 10, 2023
Merged

feat(vllm): Initial vllm backend implementation #1026

merged 3 commits into from
Sep 10, 2023

Conversation

mudler
Copy link
Owner

@mudler mudler commented Sep 9, 2023

Related to: #1015

Related to: #1015

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
@mudler mudler merged commit d6614f3 into master Sep 10, 2023
14 checks passed
@mudler mudler deleted the vllm branch September 10, 2023 07:17
@mudler
Copy link
Owner Author

mudler commented Sep 18, 2023

To test it:

name: vllm
backend: vllm
parameters:
    model: "facebook/opt-125m"
curl http://localhost:8080/v1/completions -H "Content-Type: application/json" -d '{   
   "model": "vllm",
   "prompt": "Hello, my name is",
   "temperature": 0.1, "top_p": 0.1
 }'

@mudler mudler added the enhancement New feature or request label Sep 18, 2023
@mudler mudler mentioned this pull request Nov 15, 2023
90 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant