David Lacalle Castillo
David Lacalle Castillo
### Is this a bug or feature request? I can't create a new Client
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...
Good afternoon, Thank you very much for creating this amazing framework. I have seen a potential very good feature when doing inference with GPU models. I have seen that the...
`langchain-aws = "~= 0.1.2"` Does not support Cohere CommandR chat models: https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-cohere-command-r-plus.html
Example code: ```python from diffusers import AutoPipelineForInpainting, DPMSolverMultistepScheduler import torch from diffusers.utils import load_image, make_image_grid from compel import Compel, ReturnedEmbeddingsType pipeline = AutoPipelineForInpainting.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16).to("cuda") compel_proc = Compel(tokenizer=[pipeline.tokenizer, pipeline.tokenizer_2] , text_encoder=[pipeline.text_encoder,...
### Describe your environment OS: (e.g, Ubuntu): macOs Sequoia 15.3.1 Python version: 3.11.9 Packages version: opentelemetry-api 1.30.0 opentelemetry-exporter-otlp 1.30.0 opentelemetry-exporter-otlp-proto-common 1.30.0 opentelemetry-exporter-otlp-proto-grpc 1.30.0 opentelemetry-exporter-otlp-proto-http 1.30.0 opentelemetry-instrumentation 0.51b0 opentelemetry-instrumentation-asgi 0.51b0 opentelemetry-instrumentation-dbapi...