alvanli

Results 6 issues of alvanli

https://arxiv.org/pdf/2206.09959

Paper implementation

https://arxiv.org/abs/2206.02680

Paper implementation

https://arxiv.org/pdf/2201.10271.pdf - another not-quadratic attention paper

Paper implementation

Leaving message in will lead to "got an unexpected keyword argument" error `deprecate` does not have explicit message argument stated https://github.com/huggingface/diffusers/blob/main/src/diffusers/utils/deprecation_utils.py#L8 Error Message: ![image](https://user-images.githubusercontent.com/51011489/219955362-907459d2-de7c-4dfe-b6db-3199ac5b1e77.png)

Hi, #### Greediness I saw that in 0.6.0, `greediness` was split into `greedy_ratio` and `cyclic_progress`. > greedy_ratio (float, default=1.5) – The proportion of greedy boosting steps relative to cyclic boosting...

**Describe the bug** Currently trying to full finetune (fp16) on `unsloth/Qwen2-VL-2B`. Experienced `ValueError: Image features and image tokens do not match: tokens: 0, features 169` error as training starts 1....

bug