mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-14 08:56:27 +00:00
micro docstring typo fix (#2308)
graduating from reading the docs to reading the code :)
This commit is contained in:
parent
134fc87e48
commit
8f608f4e75
@ -76,7 +76,7 @@ class HuggingFacePipeline(LLM, BaseModel):
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
"Could not import transformers python package. "
|
"Could not import transformers python package. "
|
||||||
"Please it install it with `pip install transformers`."
|
"Please install it with `pip install transformers`."
|
||||||
)
|
)
|
||||||
|
|
||||||
_model_kwargs = model_kwargs or {}
|
_model_kwargs = model_kwargs or {}
|
||||||
|
Loading…
Reference in New Issue
Block a user