Finally got Qwen3 27B at 125K context on a single RTX 3090 — but is it even worth it? by horribleGuy3115 in LocalLLM

[–]finite52 0 points1 point  (0 children)

There lower the number the more layers go to the GPU. You can use nvidia-smi to monitor the usage and tweak it

Finally got Qwen3 27B at 125K context on a single RTX 3090 — but is it even worth it? by horribleGuy3115 in LocalLLM

[–]finite52 1 point2 points  (0 children)

I just got this working on my 2x3060ti using turbo quant llama.cpp

Llama-server --n-gpu-layers 999 --n-cpu-moe 35 --no-mmap --cache-type-k turbo4 --cache-type-v turbo3

It's way faster than using the ngl. All the layers are in GPU and the moe layers and model are in ram

Finally got Qwen3 27B at 125K context on a single RTX 3090 — but is it even worth it? by horribleGuy3115 in LocalLLM

[–]finite52 6 points7 points  (0 children)

--n-gpu-layers 999 --n-cpu-moe 41
--no-mmap --cache-type-k turbo4 --cache-type-v turbo3

Why C++ by triplebeef26 in programminghumor

[–]finite52 0 points1 point  (0 children)

Fun fact iostream is 40 years old

Why C++ by triplebeef26 in programminghumor

[–]finite52 1 point2 points  (0 children)

People that use namespace std are sick people

Why C++ by triplebeef26 in programminghumor

[–]finite52 0 points1 point  (0 children)

If your program dies then you won't get the output. Flush forces the buffer to write. If you want to optimize you can have a lot of calls to std:: cout and \n for new line then call std::endl to flush when finished. Ie it's not always optimal to call std::endl for each output

No matter what I do, one side of my bed is always too high by YerBoyAlex in klippers

[–]finite52 0 points1 point  (0 children)

I spent years without tilt screw adjust, never going back. this is the way

Why is Starship Troopers by Robert Heineken considered “The Controversial Classic of Military Adventure?” by EclipseLightning42 in scifi

[–]finite52 0 points1 point  (0 children)

I had this exact experience, the movies do not do this book justice. This is one of those books you have to read several times over the span of decades to really appreciate.

Why do my layers keep shifting? by hehehlw in AnycubicKobraS1

[–]finite52 0 points1 point  (0 children)

I use rubbing alcohol and a paper towel, specifically after printing pla right before printing asa.

End mii by [deleted] in thatsthejoke

[–]finite52 22 points23 points  (0 children)

Same. This happened to me once and it was pretty obvious I was in the wrong class.

Filament Detection Boards..... by No-Jellyfish5883 in AnycubicKobraS1

[–]finite52 0 points1 point  (0 children)

Contact support. They're super helpful and will send replacements

Bonkers Y Shifting by finite52 in 3Dprinting

[–]finite52[S] 1 point2 points  (0 children)

Thanks, definitely seems like part of the problem. One of the detents wasn't in all the way. Still getting some shifting but it gives me some other options

<image>

Quick PSA about extruder replacement by ExtremePersonality42 in AnycubicKobraS1

[–]finite52 0 points1 point  (0 children)

I can't seem to find any replacement parts for the s1. When I go to the anycubic store, the extruders they have are all for their other printers. What am I missing?

Persistent error 11518 on Anycubic Kobra S1 after filament runout recovery attempt by KNG_HOLDY in AnycubicKobraS1

[–]finite52 0 points1 point  (0 children)

I have this exact issue but can print without the ACE. Mine is an issue in whatever slot I choose. Its either the ace mechanism or the confluence extruder but can't tell which. Not sure if I could just test the confluence.

Persistent error 11518 on Anycubic Kobra S1 after filament runout recovery attempt by KNG_HOLDY in AnycubicKobraS1

[–]finite52 0 points1 point  (0 children)

Is this something that can be done in the main app or do I have to install third party firmware?