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/tests/integration_tests/llms
Alex Rad bd780a8223
Add support for rwkv (#2422)
This adds support for running RWKV with pytorch. 

https://github.com/hwchase17/langchain/issues/2398

This does not yet support  rwkv.cpp
1 year ago
..
__init__.py
test_ai21.py
test_aleph_alpha.py add aleph alpha llm (#1207) 2 years ago
test_anthropic.py add async support for anthropic (#2114) 2 years ago
test_banana.py Add Writer, Banana, Modal, StochasticAI (#1270) 2 years ago
test_cerebrium.py
test_cohere.py
test_forefrontai.py
test_gooseai.py
test_gpt4all.py Harrison/gpt4all (#2366) 1 year ago
test_huggingface_endpoint.py
test_huggingface_hub.py
test_huggingface_pipeline.py
test_llamacpp.py Harrison/llama (#2314) 1 year ago
test_manifest.py
test_modal.py Add Writer, Banana, Modal, StochasticAI (#1270) 2 years ago
test_nlpcloud.py
test_openai.py (OpenAI) Add model_name to LLMResult.llm_output (#1713) 2 years ago
test_petals.py
test_promptlayer_openai.py
test_propmptlayer_openai_chat.py Harrison/prompt layer (#1547) 2 years ago
test_replicate.py Add replicate take 2 (#2077) 2 years ago
test_rwkv.py Add support for rwkv (#2422) 1 year ago
test_self_hosted_llm.py
test_stochasticai.py Add Writer, Banana, Modal, StochasticAI (#1270) 2 years ago
test_writer.py Add Writer, Banana, Modal, StochasticAI (#1270) 2 years ago
utils.py