Results 93 comments of Disty0

Adding `self._autocast_dtype` variable and setting it manually from the outside seems like the only thing that works reliably.

Having the same error using this model: https://huggingface.co/SmilingWolf/wd-swinv2-tagger-v3 Other variants of this model (convnext and vit) runs fine but swinv2 fails with the following logs: Using `onnxruntime-openvino==1.17.1` on Arch Linux...

I tried buıilding from the main branch (commit id: a2998e5d425d48f83f817f6503c6bd196e2cb3ae) and it runs fine now. Had to use OpenVINO 2023.3 since building with 2024.0 segfaulted on import. 2023.3 still fails...

Using an RX 7900 XTX with no monitor attached, training a diffusion model or just running inference. (Getting monitor output from another GPU.) Still seeing the same MES hangs with...

This one seems to be happening with any kernel that has Spectre BHI fix in it. (Not sure if it is related or not and disabling it doesn't change anything.)...

> To determine if the same issue caused this regression, you can try my custom Arch Linux kernel package with the CCS changes reverted: https://github.com/gnattu/linux/releases/tag/6.8.7-jelly > > If this kernel...

> An Intel developer has provided me with a series of patches to test the theory of a potential fix without a full revert. I have created an Arch Linux...

> Just got the latest patch from Intel developers: > > https://github.com/gnattu/linux/releases/tag/6.8.7-intel-set-ccs-mode-on-reset > > Intel developers already reproduced our issue with clpeak, so this kernel has a higher chance of...

> > > Just got the latest patch from Intel developers: > > > https://github.com/gnattu/linux/releases/tag/6.8.7-intel-set-ccs-mode-on-reset > > > Intel developers already reproduced our issue with clpeak, so this kernel has...

It will do JIT compile for each resolution which takes time. It should run at 80%-100% usage after JIT compile for each resolution in the dataset is complete.