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
from . import dummy
from . import anthropic_llms
from . import gguf
try:
from . import vllm_causallms
except ModuleNotFoundError:
pass
from . import vllm_causallms
# 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