micro docstring typo fix (#2308)

graduating from reading the docs to reading the code :)
doc
Gabriel Altay 1 year ago committed by GitHub
parent 134fc87e48
commit 8f608f4e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save