Skip to content

Commit

Permalink
Adding MLXLM, VLLM class to LogitsGenerator type
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg authored and rlouf committed Jun 17, 2024
1 parent 6a2e6af commit 26142d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outlines/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .transformers import Transformers, transformers
from .vllm import VLLM, vllm

LogitsGenerator = Union[Transformers, LlamaCpp, ExLlamaV2Model, Mamba]
LogitsGenerator = Union[Transformers, LlamaCpp, ExLlamaV2Model, Mamba, MLXLM, VLLM]

0 comments on commit 26142d5

Please sign in to comment.