How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Gardeviance/MS-Gardventure-MW-V1-22B-IQ4_NL-GGUF",
	filename="MS-GV-MW-V1-22B-IQ4_NL.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

MS-Gardventure-MW-V1-22B-IQ4_NL-GGUF

It's pretty good at AI Dungeon style gameplay using KoboldAI Lite. There's an example scenario in the repo. Made with some handmade training data.

Credits

  • UnslopSmall-22B-v1
  • Mistral-Small-Drummer-22B
  • Mistral-Small-Spellbound-StoryWriter-22B-instruct-0.2-chkpt-200-16-bit

Full Model Release

I can release full FP16 HF format model if you want, but it's a pain to do.

Downloads last month
11
GGUF
Model size
22B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Gardeviance/MS-Gardventure-MW-V1-22B-IQ4_NL-GGUF