-
### Describe the issue as clearly as possible:
When using outlines with the Llama 3.2 Vision model, simple regex pattern generation works, but JSON schema-based generation fails with index out of bou…
-
**Is your feature request related to a problem? Please describe.**
This should work:
```python
@streaming_action(reads=["prompt"], writes=['response'])
def streaming_response(state: State) -> …
-
### Describe the issue as clearly as possible:
I've encountered an issue when attempting to use the outlines library with a model downloaded from the Hugging Face Hub (turboderp/Llama-3-8B-Instruct-e…
-
outputs = pipe(prompt=prompts, height=512, width=512, num_inference_steps=NUM_DIFFUSION_STEPS, generator=generator, **cross_attention_kwargs=cross_attention_kwargs**)
I just want to let u know th…
-
**Bug description**
Tika Document Reader dependency causing response type exception.
**Environment**
Spring Boot version: 3.3.4
Spring AI Version: 1.0.0-M2
Java Version: OpenJDK 22
**Steps t…
-
**Describe the bug**
When I use the FunctionCalling feature of the LLama-3.2-1B-Instruct model on an Android device, an error occurs.
The prompt is as follows:
```
system
Environment: ipython
Cutt…
-
With V0.2 there has been some breaking changes will use this form to help everyone have a smooth transition and clear and questions 🙂 .
This will also help us improve the migration docs
[R-297](ht…
-
Hi ! :smiley:
I have a problem regarding the prompt-to-prompt notebook.
The image of the squirrel changes a little bit between the **Cross-Attention Visualization** :
```python
g_cpu = torch.Ge…
-
Is there a way to support pipelines with CPU offloading enabled?
It seems currently unable to handle this condition
```python
import gc
import torch
from diffusers import StableDiffusion3Pipe…
-
### Describe the bug
When train_dreambooth_lora_flux attempts to generate images during validation, `RuntimeError: Input type (float) and bias type (c10::BFloat16) should be the same` is thrown
### …