-
### Describe the bug
DEISMultistepScheduler not working on FLUX
### Reproduction
import torch
from diffusers import FluxPipeline
from diffusers.schedulers import DEISMultistepScheduler
p…
-
This import is failing with the latest transformers version:
https://github.com/NetEase-FuXi/EETQ/blob/81e0b14d64088d58ef6acd2c8f3e788d59324407/python/eetq/models/base.py#L13
I checked how other…
-
How to do the inference on multi-images? I try to input 2 images, but enconter a error ValueError: Number of image tokens in input_ids (1) different from num_images (2). Here is my code:
---------…
-
Are there any plans to release the trained AnyLoc model on torch.hub? It is quite simple to do and allows people to use your model with two lines of code, allowing more people to use your model and he…
-
## Bug Description
I'm trying to serve torch-tensorrt optimized model to Nvidia Triton server based on the provided tutorial
https://pytorch.org/TensorRT/tutorials/serving_torch_tensorrt_with_t…
-
### Due diligence
- [X] I have done my due diligence in trying to find the answer myself.
### Topic
The PyTorch implementation
### Question
moshi allways output unexpected answers eg.. Hello, wha…
-
## Bug Description
TensorRT engine produces error when ran on Jetson for [fcn_resnet](https://pytorch.org/hub/pytorch_vision_fcn_resnet101/) model. However, it does not produce error when ran on d…
-
### System Info
- `transformers` version: 4.46.2
- Platform: Linux-5.15.0-120-generic-x86_64-with-glibc2.35
- Python version: 3.12.4
- Huggingface_hub version: 0.26.2
- Safetensors version: 0.4…
-
PyTorch has versions like `2.0.0` but also `2.0.0+cpu`. I'm not sure what the term for the `+cpu` part is, though they don't seem to be impacted by using `--forbid-post` so I'm guessing that they're n…
-
I followed the initing instruction:
```
git clone https://github.com/RLHF-V/RLAIF-V.git
cd RLAIF-V
conda create -n rlaifv python=3.10 -y
conda activate rlaifv
pip install -e .
wget https://gith…