Originalimoc

Results 78 comments of Originalimoc
trafficstars

> > "completely blown out highlights". Your client is not setup correctly. HDR not enabled? > > I don't know, I don't have an HDR monitor on either side. On...

30B albeit 4bit using less than 20G VRAM performing better than 13B(?), sounds should be good

Ok, turns out official repo is not included. Solution: in VS 2022 - Tools - NuGet Manager - Settings - Repo, add "https://api.nuget.org/v3/index.json", then click update.

So FAQ a how to install and invoke newer SDK version in Qt command env? Add I think adding `DEFINE_GUID(D3D11_DECODER_PROFILE_AV1_VLD_PROFILE0, 0xb8be4ccb,0xcf53,0x46ba,0x8d,0x59,0xd6,0xb8,0xa6,0xda,0x5d,0x2a);` to ./app/streaming/video/ffmpeg-renderers/d3d11va.cpp is fine since it doesn't break anything...

No idea. My Windows 11 install date is 2023/‎3/‎22, I use all installer from official sites too. I'll try again in a new VM next time.

``` shared.gradio['cache_4bit'] = gr.Checkbox(label="cache_4bit", value=shared.args.cache_8bit, info='Use 4-bit (FP4) cache to save VRAM.') ``` Are you sure this is correct: value=shared.args.cache_8bit?

FYI 7B FP16&8.0BPW Qwen2.5 with --cache_4bit is just outputting garbage..., while FP16 full cache is fine(Edit: I also tried Q6 today which is also miles better than Q4): ``` You're...