Skip to content

Commit

Permalink
follow isort
Browse files Browse the repository at this point in the history
  • Loading branch information
lassiraa authored and rlouf committed Apr 26, 2024
1 parent fc5e342 commit 078f822
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 @@ -10,7 +10,7 @@
from .exllamav2 import ExLlamaV2Model, exl2
from .llamacpp import LlamaCpp, llamacpp
from .mamba import Mamba, mamba
from .openai import OpenAI, openai, azure_openai
from .openai import OpenAI, azure_openai, openai
from .transformers import Transformers, transformers
from .vllm import VLLM, vllm

Expand Down

0 comments on commit 078f822

Please sign in to comment.