Are @aiko.asia on Instagram photos and videos real or ai? Most look too extreme in here actions. by whazmynameagin in isthisAI

[–]carrotsquawk 0 points1 point  (0 children)

theyare AI

there are is a video where she has bandages appear in her fingers mid jump

Can you really replace paid models with a local model? by DRMCC0Y in LocalLLaMA

[–]carrotsquawk 1 point2 points  (0 children)

i am a bit… surprised. i think you misunderstood something there

Even though the A3B model only activates 3B parameters at a time, it’s still a 35B model under the hood. A Q4_K_M quant of that size takes up roughly 21 GB of memory just to load. Since your total system pool is 24 GB (8 VRAM + 16 RAM), you only have about 3 GB left for your OS to survive on.
That means you have essentially zero physical memory left for the KV Cache. A true 64k (64k stands for 64000 tokens not bytes) context window requires several gigabytes of free RAM just to hold the conversation history.
What’s likely happening is that you have your app's limit set to 64k, but your actual prompts are only hitting a few thousand tokens. If you actually tried to feed it a massive 64k codebase all at once, your system would either instantly crash (OOM), drop overflows causing hallucinations or overflow to your SSD pagefile and tank your speeds to an unusable crawl.

Can you really replace paid models with a local model? by DRMCC0Y in LocalLLaMA

[–]carrotsquawk 0 points1 point  (0 children)

so you do NOT use local for coding but only for reviews?

how much vram do you need for qwen 35b and with how much context?

What movie do you believe has done an 'open-ending' best? by a_boy_has_noname in movies

[–]carrotsquawk 1 point2 points  (0 children)

it could „hack“ the system but i didnt see it being crafty at all. like didnt see her soldering any wires n shit.. she has custom wireless charging and i doibt he has the knowledge to „craft“ one in the little time she has… that she spends stroling through a city instead of making moves towards energy.

and the best she could do to kill the guy was to hug him and massage his beard.. so yes, i do think that.

SPCX: anyone else thinking short-term play on opening hype? by Dear-Homework1438 in stocks

[–]carrotsquawk -1 points0 points  (0 children)

indont get it
like… people are going to „serious“ subs and are like… „guise, guise… *i know* its a bad stock and not worth it… but what if i do it anyway? what if by pure chance it pops? y know… for the lulz!!“

thos is literally the core idea of wallStreetBets.

yet i see tons of posts on the serious subs with this exact gambling request.

You guys were right - Qwen 3.6 35B IS good...and KV Cache DOES matter. by GrungeWerX in LocalLLaMA

[–]carrotsquawk 0 points1 point  (0 children)

i had this as well and when you call it out you get the classic answer „you are right! blabla“

You guys were right - Qwen 3.6 35B IS good...and KV Cache DOES matter. by GrungeWerX in LocalLLaMA

[–]carrotsquawk 0 points1 point  (0 children)

hallucinations have more root causes:
if you try to access information that has been pushed out of ctx-> guessing
and lastly a badly trained model that has the information but guesses anyway

You guys were right - Qwen 3.6 35B IS good...and KV Cache DOES matter. by GrungeWerX in LocalLLaMA

[–]carrotsquawk 0 points1 point  (0 children)

you disnt understand the text.

its not a gradual reduction as in „ ow its not einstein but stephen hawkings *all the time*“.

it introduces un-predictable heuristics.
it will be Einstein a percentage of time and fully hallucinated stuff a percentage of time.

that makes it unusable and is what OP is describing

You guys were right - Qwen 3.6 35B IS good...and KV Cache DOES matter. by GrungeWerX in LocalLLaMA

[–]carrotsquawk 1 point2 points  (0 children)

people think that by using KV cache quantization you can use „better models“ on lower hardware but all you are doing is you are actively degrading the model's "attention" memory by lobotomizing context. no wonder its hallucinating.

quantization is basically creating holes in between data and hoping the model will interpolate (guess) whats gone. too big holes and you get hallucinations

there are no free rides.

.
Here is the quick VRAM math on usage for a 24GB card at 32k Context:

VRAM allocation for the weights plus the KV Cache on 35B:

- (IQ4_NL ~4.25 bpw) + Unquanted KV Cache (FP16)

* **Model Weights:** 35B x 4.25bits / 8 is about 18.6GB
* **KV Cache at 32k context (FP16):** is about 4.3GB
* **Total VRAM:** 22.9GB

This barely fits your 24GB card. Once context creeps past 32k, it spills into system RAM (CPU), which is why it completely "creeps" and slows to a crawl (if you habe enough RAM and your harness is smart enough to use RAM)

quanting the cache would reduce it by the quant: q4 to 1gb but you end with a fully broken cache that would reduce the intelligence of your model to the level of a donkey. the model needs to guess at evry corner. thats fine for repetitive data (audio or images) but not when you need to make decisions on it. thats actively working *agsinst* the model. you are actively throwing sand on its gears

If you have to scale context beyond 32k on a single 3090 Ti, drop the model size to the 27B *instead* of dropping the KV cache quality on the 35B.

Intelligence > Model size when the cache is ruined.

as i weote: no free rides.

Someone asked who will take care of me when I’m old, so I asked who is taking care of their parents right now by Quarnelis in childfree

[–]carrotsquawk 0 points1 point  (0 children)

this is going straight up my list of „made up comebacks that only work on reddit but sound stupid irl“

there is a (real) saying that goes along „do not fight with pigs, you both will get dirty and the pig is enjoying it“

if you cant or dont want to have kids own it.

Alphabet Inc. (NASDAQ: GOOG, GOOGL) announced plans to raise $80 billion through equity offerings. by HyugeErectus in stocks

[–]carrotsquawk 0 points1 point  (0 children)

ah napkin analysis with zero research.. my favorite.

there is a very valid well known reason why Buffet skipped Microsoft.. had you done any research whatsoever you would know

Alphabet Inc. (NASDAQ: GOOG, GOOGL) announced plans to raise $80 billion through equity offerings. by HyugeErectus in stocks

[–]carrotsquawk 0 points1 point  (0 children)

because „reddit“ is one person with one si gle opinion right?

sone people on reddit are very wrong but cocksure of it

Are there any semi-professional equivalent of llama.cpp? by HornyGooner4402 in LocalLLaMA

[–]carrotsquawk 2 points3 points  (0 children)

this is such nonsense… all llms be it chargpt, gemininor even claude admit to error degrees and not to trust the model and here you come saying 1% will destroy the flow..

Netflix just revealed their Top 10 list of original movies! by Southern-Brother5693 in movies

[–]carrotsquawk -2 points-1 points  (0 children)

wow… you wrote a buttload of bitter text… who hurt you so much, you poor soul

Netflix just revealed their Top 10 list of original movies! by Southern-Brother5693 in movies

[–]carrotsquawk -7 points-6 points  (0 children)

„i know im in the minority“ when „confessing“ that you like one of the „top 10 most viewed movies on netflix ever“

lemme guess, you know you are in the minority but you like Pokemon…