Skip to content
Snippets Groups Projects
Unverified Commit 7bf8cee2 authored by Kamil Murat Yılmaz's avatar Kamil Murat Yılmaz Committed by GitHub
Browse files

fix: add VllmServer to __init__.py to fix cannot import name 'VllmSer… (#10710)

parent b6e33d45
No related branches found
No related tags found
No related merge requests found
from llama_index.llms.vllm.base import Vllm from llama_index.llms.vllm.base import Vllm, VllmServer
__all__ = ["Vllm"] __all__ = ["Vllm", "VllmServer"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment