Skip to content

Commit

Permalink
Fixes #1894
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Nov 5, 2024
1 parent 1715e07 commit 263ec15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gpt_langchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
from output_parser import H2OPythonMRKLOutputParser
from pandas_agent_langchain import create_csv_agent, create_pandas_dataframe_agent
from src.h2oai_pipeline import H2OTextGenerationPipeline
from src.langchain_openai import H2OBaseChatOpenAI, H2OBaseAzureChatOpenAI
from src.langchain_openai_local import H2OBaseChatOpenAI, H2OBaseAzureChatOpenAI
from stopping import update_terminate_responses
from utils import wrapped_partial, EThread, import_matplotlib, sanitize_filename, makedirs, get_url, flatten_list, \
get_device, ProgressParallel, remove, hash_file, clear_torch_cache, NullContext, get_hf_server, FakeTokenizer, \
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "150b86b2f4c0510b314f04b6f62139ebc4bdc4a5"
__version__ = "1715e071b421e762eff99c23767095b9c6555e66"

0 comments on commit 263ec15

Please sign in to comment.