dianyo

Results 11 comments of dianyo

Hi, does this feature still on progress? I met this problem when I transfer my ONNX model. I'd like to fix this, if there's no implement yet

@zzjjbb I just build both ffmpeg and pyAV from source, and it works. ffmpeg using branch `origin/release/4.4` pyAV using tag `v8.0.3` you can build PyAV from source using the Makefile...

Hi @LJaremek, I just encountered the same error as you, and I found that you cannot set title as null/None by using API. Take a look [here]( https://github.com/HumanSignal/label-studio/blob/a0486f9d7d2152ec274a46766fafa955fa7dfe5e/web/apps/labelstudio/src/pages/Settings/StorageSettings/StorageCard.js#L50) If you...

Hi @hydai, This project is really cool, and i would like to join! I am an experienced ML engineer now working at Leonardo.AI. I have a computer science degree, and...

Hi @danthe3rd , I've traced back a bit to cuda code [here](https://github.com/facebookresearch/xformers/blob/v0.0.23/xformers/csrc/attention/cuda/fmha/attention_forward_generic.cu). I found the problem is came from that the batch size used in the original attention layer will...

~~@adamlin120 If no one is currently dealing with this task, I would like to pick it up and convert the current model to GGUF format. What do you think?~~ Ok,...

@sayakpaul @yiyixuxu Any idea on this? This is a low-hanging fruit i think

looks the circle ci is broken, i can do pre-commit and make sure that lint all looks good. It might comes from manifest files issue.

Hi @a-r-r-o-w There are two places for calling `self.do_classifier_free_guidance` inside the diffusion loop - Concat latent if we want to do classifier free guidance [here](https://github.com/huggingface/diffusers/blob/1e8cf2763d37fa66cfba2fb87acfe3443068ce43/src/diffusers/pipelines/stable_video_diffusion/pipeline_stable_video_diffusion.py#L569) - Perform guidance [here](https://github.com/huggingface/diffusers/blob/1e8cf2763d37fa66cfba2fb87acfe3443068ce43/src/diffusers/pipelines/stable_video_diffusion/pipeline_stable_video_diffusion.py#L585-L587) They...