aseichter2007

joined 11 months ago
[–] aseichter2007@alien.top 1 points 11 months ago

So, you dont have enough ram to fit that model. It's actually overrunning your ram entirely and using the wrong kind of vram, virtual ram, aka paged memory.

Idk what you're trying to do but the best answer is openhermes 2.5 mistral 7B Q3 and 4k context or similar or maybe Rocket 3B Q6 would be even faster.

Hermes is king. I understand why you want that model, but 13bQ8 is huge, 17GBish memory at 8k context.

it will speed up if you get it off the hard drive at least, try a Q3k_l if you're determined to run mythomax.

[–] aseichter2007@alien.top 1 points 11 months ago

How do I get this to embed? Clip is dreaming of an easier past:|||how to embed a youtube video in a reddit post for easy viewing.

Ahoy there! Captain Clip here. Let me break it down for you step by step on how to embed a YouTube video in a Reddit post.

  1. First, find the YouTube video you wish to share and copy its URL.
  2. Next, when you're on the Reddit website or app, create a new post and navigate to the "Share a link" section.
  3. Paste the YouTube video URL into the URL field.
  4. Instead of a simple link, a preview of the video will now appear in your post.
  5. Finally, submit your post and there you have it, an embedded YouTube video for easy viewing.

Now, as I'm an AI, I can't actually create a Reddit post for you, but this process should work just fine if you follow the steps. Safe travels on the interwebs!

 

https://www.youtube.com/watch?v=NqnpBi0MHsc

This will probably make some people mad.

Check it out!

[–] aseichter2007@alien.top 1 points 11 months ago (1 children)

|||tot|Whoah hang on now, settle down a moment and let's look: What the shit is a were-bed?

Lets have it psyfighter2:

My apologies for the confusion. I misunderstood your question earlier. The correct answer to your question is: A were-bed is a piece of furniture, specifically a bed, that has been enchanted or cursed to transform its occupant into a werewolf under certain conditions, usually during the full moon. This transformation can be temporary or permanent, and the exact nature of the curse or enchantment may vary depending on the source and intent. The term "were-bed" is a portmanteau combining "werewolf" and "bed," as it relates to the transformation process occurring while sleeping in the bed. The idea of a cursed object capable of inducing a transformation is a common theme in folklore and mythology, and the were-bed is one such example.

Thoughts:

  1. Identify key information: The question asks about the meaning of "were-bed." The term seems to be a combination of "werewolf" and "bed," indicating that it refers to a specific type of bed with a supernatural or cursed nature.
  2. Analyze context: The context is in the realm of folklore and mythology, where objects can be enchanted or cursed to cause transformations or harm. This suggests that the were-bed is likely related to this theme.
  3. Explore potential definitions: A were-bed could be a bed that is imbued with magic or cursed, causing its occupant to transform into a werewolf, usually during the full moon. The transformation could be temporary or permanent, and the specifics of the curse or enchantment may vary.
  4. Check for relevance: This definition aligns with the context and is consistent with the term's combination of "werewolf" and "bed." It provides a clear and specific meaning for the term "were-bed."
  5. Consider alternatives: Other potential definitions, such as a bed specifically designed for werewolves or a bed made from materials associated with werewolves, are less likely given the context and the combination of terms.
  6. Construct the answer: A were-bed is a piece of furniture, specifically a bed, that has been enchanted or cursed to transform its occupant into a werewolf under certain conditions, usually during the full moon. This transformation can be temporary or permanent, and the exact nature of the curse or enchantment may vary depending on the source and intent. The term "were-bed" is a portmanteau combining "werewolf" and "bed," as it relates to the transformation process occurring while sleeping in the bed. The idea of a cursed object capable of inducing a transformation is a common theme in folklore and mythology, and the were-bed is one such example.
[–] aseichter2007@alien.top 1 points 11 months ago

I'm pretty sure that makes it compatible with Clipboard Conqueror too!

[–] aseichter2007@alien.top 1 points 11 months ago

Everyone is so excited about this setting, anyone know offhand how it is presented to the backend?

[–] aseichter2007@alien.top 1 points 11 months ago (1 children)

OpenHermes 2.5 Mistral 7b Q8 interfaced with Clipboard Conqueror.

||code|return javascript fizzbuzz using recursion

Copy^
Paste:

// Function to check if a number is divisible by 3 or 5

function isDivisible(num) {

return num % 3 === 0 || num % 5 === 0;

}

// Recursive function to generate FizzBuzz

function fizzBuzz(n) {

if (n <= 0) return;

if (isDivisible(n)) {

console.log("FizzBuzz");

} else if (n % 3 === 0) {

console.log("Fizz");

} else if (n % 5 === 0) {

console.log("Buzz");

} else {

console.log(n);

}

fizzBuzz(n - 1);

}

// Call the function to start FizzBuzz

fizzBuzz(100);

[–] aseichter2007@alien.top 1 points 11 months ago

I get good results depending on model asking for a size with some hyperbole, when I want a very short summary I ask for a one sentence summary and get the minimum ideas back, usually two or three to the point statements.

Consider what you ask for: a story or never ending roleplay will likely return longer messages than "write a concise message to reply as {{Char}} Do not write endings or drive toward conclusions". Especially in controlling length, the words don't trigger expected results, you gotta experiment with your lexicon a little.

You're not going to be able to get a specific length always, but you should have good results by tuning in the direction you want until you get your desired output size more often with only outliers containing too much.

[–] aseichter2007@alien.top 1 points 11 months ago

rep penalty off, repeat a ton of text over and over, use the wrong instruct to make it sperg out, and watch to see deviations in the regular output, if I understand from my quick look, you should eventually have some outliers as you increase the strength of the deviation even with top k = 1. Am I sane or out of my depth?

[–] aseichter2007@alien.top 1 points 11 months ago

Do you happen to have on hand the docs for the api?