langchain/docs/extras/integrations
Karan V a003a0baf6
fix(petals) allows to run models that aren't Bloom (Support for LLama and newer models) (#8356)
In this PR:

- Removed restricted model loading logic for Petals-Bloom
- Removed petals imports (DistributedBloomForCausalLM,
BloomTokenizerFast)
- Instead imported more generalized versions of loader
(AutoDistributedModelForCausalLM, AutoTokenizer)
- Updated the Petals example notebook to allow for a successful
installation of Petals in Apple Silicon Macs

- Tag maintainer: @hwchase17, @baskaryan

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-07-27 18:01:04 -07:00
..
callbacks mv popular and additional chains to use cases (#8242) 2023-07-27 12:55:13 -07:00
chat mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
document_loaders cleanup warnings (#8379) 2023-07-27 13:43:05 -07:00
document_transformers mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
llms fix(petals) allows to run models that aren't Bloom (Support for LLama and newer models) (#8356) 2023-07-27 18:01:04 -07:00
memory mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
providers mv popular and additional chains to use cases (#8242) 2023-07-27 12:55:13 -07:00
retrievers mv module integrations docs (#8101) 2023-07-23 23:23:16 -07:00
text_embedding Add embeddings for AwaEmbedding (#8353) 2023-07-27 17:08:00 -07:00
toolkits Update sql database agent example (#8354) 2023-07-27 13:44:02 -07:00
tools Fix notebook that 'cannot convert' via nbdoc_build (#8333) 2023-07-26 18:54:23 -07:00
vectorstores Azure Cognitive Search: Custom index and scoring profile support (#6843) 2023-07-26 17:58:01 -07:00