Unverified Commit d86400b5 authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

always import vllm model

parent bbd6d051
...@@ -4,10 +4,6 @@ from . import textsynth ...@@ -4,10 +4,6 @@ from . import textsynth
from . import dummy from . import dummy
from . import anthropic_llms from . import anthropic_llms
from . import gguf from . import gguf
from . import vllm_causallms
try:
from . import vllm_causallms
except ModuleNotFoundError:
pass
# TODO: implement __all__ # TODO: implement __all__
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment