Skip to content

Commit

Permalink
Merge pull request #66 from abetlen/patch-1
Browse files Browse the repository at this point in the history
Export LLMSession and SyncSession
  • Loading branch information
slundberg authored May 26, 2023
2 parents 2f9ef9d + d9a7a77 commit e455fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guidance/llms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ._openai import OpenAI
from ._transformers import Transformers
from ._mock import Mock
from ._llm import LLM
from ._llm import LLM, LLMSession, SyncSession
from ._azure_openai import AzureOpenAI
from ._deep_speed import DeepSpeed
from . import transformers
from . import transformers

0 comments on commit e455fe6

Please sign in to comment.