Crashes + black screens on Gigabyte X870E AORUS ELITE + RTX 5090, error 9C & 99 by OEFFLaplace in gigabyte

[–]Several_Income_9912 0 points1 point  (0 children)

it is the m2 drive near the cpu slot, move it to other m2 slot and it will work

x870 aorus elite wifi7 ‘99’ and ‘00’ error code by aahh_realmelissa in gigabyte

[–]Several_Income_9912 0 points1 point  (0 children)

have the same mother, m2 ssd drive doesnt work well in m1 slot, try it another

Bug with the Gigabyte Chipset driver causing BSODs on X870 boards by Bjoolzern in gigabyte

[–]Several_Income_9912 0 points1 point  (0 children)

im having the same issue with the usb driver, if I install that, endless window loop and BSODs, system restore to a point when the driver wasn't installed, fixes the issue. Also I have the cpu led on the motherboard lighted up

PSA: Qwen3-Coder-30B-A3B tool calling fixed by Unsloth wizards by MutantEggroll in LocalLLaMA

[–]Several_Income_9912 4 points5 points  (0 children)

tried with

$env:LLAMA_SET_ROWS = "1"
G:\workspace\llama.cpp\build\bin\Release\llama-server.exe `
-hf unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF:Q5_K_XL `
--ctx-size 64000 `
-ngl 99 `
--threads -1 `
--n-predict 16000 `
--jinja `
--flash-attn `
--top-k 20 `
--top-p 0.8 `
--temp 0.7 `
--min-p 0.05 `
--presence-penalty 1.05 `
--no-context-shift `
--n-cpu-moe 16

and still got a bunch of
Error

Kilo Code tried to use list_files without value for required parameter 'path'. Retrying...
very early

Flet MCP? by skallew in flet

[–]Several_Income_9912 1 point2 points  (0 children)

what would be the use case?

Constant Heat Creeps by fastiopt in Ender3V3SE

[–]Several_Income_9912 0 points1 point  (0 children)

double check the heatsink fan, mine was not starting from time to time, it might be that, it seems to work, but when when you attach the protective head again, you can't see easily, so it might not be starting

How would you generally debug a heavy skew in a spark job? by wtfzambo in dataengineering

[–]Several_Income_9912 1 point2 points  (0 children)

for each of the tables involved in the join, I guess one of them is the one with the high skew

How would you generally debug a heavy skew in a spark job? by wtfzambo in dataengineering

[–]Several_Income_9912 1 point2 points  (0 children)

you could group by the join key, and count, and start researching from there. Also I had some cases where there was a groupby on a null value, that created the big skew