You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain/llms
xloem 36b6b3cdf6
HuggingFacePipeline: Forward model_kwargs. (#696)
Since the tokenizer and model are constructed manually, model_kwargs
needs to
be passed to their constructors. Additionally, the pipeline has a
specific
named parameter to pass these with, which can provide forward
compatibility if
they are used for something other than tokenizer or model construction.
1 year ago
..
__init__.py Add Azure OpenAI LLM (#395) 1 year ago
ai21.py Harrison/cohere experimental (#638) 1 year ago
base.py verbose flag (#683) 1 year ago
cohere.py Harrison/cache (#343) 1 year ago
huggingface_hub.py Harrison/cache (#343) 1 year ago
huggingface_pipeline.py HuggingFacePipeline: Forward model_kwargs. (#696) 1 year ago
loading.py Harrison/improve cache (#368) 1 year ago
manifest.py Harrison/cache (#343) 1 year ago
nlpcloud.py Harrison/cache (#343) 1 year ago
openai.py bump to 0058 (#556) 1 year ago
utils.py Harrison/cleanup env check (#144) 2 years ago