this post was submitted on 25 Jan 2026
453 points (97.7% liked)

Programmer Humor

28803 readers
402 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] bunchberry@lemmy.world 1 points 14 hours ago (1 children)

This happened to me a lot when I tried to run big models with low context windows. It would effectively run out of memory so each new token wouldn't actually be added to the context so it would just get stuck in an infinite loop repeating the previous token. It is possible that there was a memory issue on Google's end.

[โ€“] FishFace@piefed.social 1 points 6 hours ago

There is something wrong if it's not discarding old context to make room for new