r/KoboldAI

I revived the 2019 AI Dungeon 2 model and turned it into a GGUF
▲ 95 r/KoboldAI+1 crossposts

I revived the 2019 AI Dungeon 2 model and turned it into a GGUF

https://huggingface.co/lukasstraub2/gpt2-aidungeon2-gguf

Its a refreshing change if you're used to the new models. No ozone, no character cards, no refusals, just the llm moving the plot along.

Usage

Recommended sampler settings are temperature = 0.4, top_p = 0.9 and top_k = 40.

This is not a chat model, you enter your action with > You go north, > You say hello, etc. and the model continues the story.

<scenario>
 
> You <action>.  
<model completion>

It's recommended to limit completion length to 100 tokens and use > as a stop token in your chat interface. Also your chat interface must be able to edit previous messages to remove incomplete sentences and steer the story.

This GGUF works in both text completion and chat completion mode, the included chat template simply concatenates all messages.

Example

>You are Enoch, a mutant trying to survive after the North-Korean bombed your country to the ground. You have snake like tongue and scales on your arms.
>
>In the colony you were born in, your strange condition was considered a curse, and you have been banished since you were sixteen. After a long journey, you find a old camper. Surprisingly, you feel more at home in it than in your old home.
>
>You decide to make your way to the nearest town, which is a few days walk away. You have no idea what to expect, but you are glad to see a few people outside.
>
>> You say Hello there.
You walk up to the people and introduce yourself.
>
>"Hello, I'm Enoch, I'm a mutant, and I'm here to find a new home."
>
>You are met with a lot of curiosity, but not a lot of hostility.
>
>"So, you're a mutant? What's a mutant?"
>
>> You show you snake tongue and scales.
You quickly show off your tongue and scales. The people are fascinated.
>
>"Oh my, you're a mutant, you are! That's amazing! I've never seen anything like it!"
>
>> You say Thank you for your kind words can you give me a job?
"Thank you, I really appreciate it, I can teach you a lot if you want."
>
>You say and give them your contact information.
>
>"I can't wait to see you, I'm going to be in town for a few days, if you can help me, I'd be happy to see you."
>
>> You go to the local pub.
You go to the local pub and ask the bartender for a job. The bartender tells you he has never seen anyone like you before.
>
>"I'm a mutant, a mutant that was born with a snake tongue, scales and a strange mutation that makes me invisible to normal eyes."
>
>> You order a beer.
You order a beer and sit down. The bartender looks at you and says,
>
>"I'm sorry, but I don't serve mutants."

Example scenarios

See the model card.

u/LeichenExpress — 3 days ago

Context Shift causing significant slowdown?

Not sure if this is just my system or what, but I find that if I enable Context Shift it significantly increases the VRAM usage of the model I am using, almost guaranteeing it overflows into memory. The same happens with Smart Context.

EG, using a 12.8gb Gemma 4 K_S quant with 48 layers set, 32k context (Q5 kv cache), with FF, SWA and Smart Cache gets my total vram usage up to about 14.3gb including windows processes.

However, changing that to use Context Shift instead of SWA, and suddenly my entire 16gb VRAM is fulled and an extra 11gb is getting loaded into memory, completely tanking the t/s to unuseable levels.

Is there any way around it at all? The loss of performance is just too big for me to justify using it currently.

reddit.com
u/GuaranteePurple4468 — 3 days ago

Muse Glimmer from Meta

Is it currently unsupported? I tried to run it and got model unknown message. It is very fresh model. So I guess it is unsupported at the moment? Really hoping on trying it out.

reddit.com
u/Caderent — 5 days ago

v1.118 - questions about Row Split, z-image

https://github.com/LostRuins/koboldcpp/releases/tag/v1.118.1

> Row Split has been removed, selecting it will now default to tensor split.

> exclude z-image from models that support image references.

I am mostly a newbie, what above means?

AFAIK a row is part of a tensor, so working on low memory will be harder as the program no longer supports split of one tensor to rows or what? If yes, why such change?

Image reference - afaik two main modes if image generation is from text and from imaged. Does new version no longer support making images from other images in z-image? If yes, why has it been dropped?

TIA

u/UncertainAboutIt — 9 days ago