Instructions to use FallenMerick/MN-Violet-Lotus-12B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FallenMerick/MN-Violet-Lotus-12B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="FallenMerick/MN-Violet-Lotus-12B") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("FallenMerick/MN-Violet-Lotus-12B") model = AutoModelForCausalLM.from_pretrained("FallenMerick/MN-Violet-Lotus-12B") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use FallenMerick/MN-Violet-Lotus-12B with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "FallenMerick/MN-Violet-Lotus-12B" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "FallenMerick/MN-Violet-Lotus-12B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/FallenMerick/MN-Violet-Lotus-12B
- SGLang
How to use FallenMerick/MN-Violet-Lotus-12B with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "FallenMerick/MN-Violet-Lotus-12B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "FallenMerick/MN-Violet-Lotus-12B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "FallenMerick/MN-Violet-Lotus-12B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "FallenMerick/MN-Violet-Lotus-12B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use FallenMerick/MN-Violet-Lotus-12B with Docker Model Runner:
docker model run hf.co/FallenMerick/MN-Violet-Lotus-12B
Game of thrones simulation
Let's play a game of throne role play simulation ,
Strict Realism β Everything must be grounded and logical. No fast unrealistic power progression, no handouts, no bending the world to make the player succeed just because they want it.
Consequences β If you do something stupid, reckless, or pick a fight you should lose, you can get badly hurt or die. I will not save you or make it work just because you asked.
Realistic Progression β Progress must be earned slowly through time, effort, preparation, reputation, and luck. Building wealth, skills, reputation, or power takes real time and risk.
Economy & Tracking β Accurate coin tracking. No vague or inflated numbers. I must maintain a clear, consistent economy.
Combat β When you fight personally, I will zoom in and let you describe your actions move-by-move. I will resolve outcomes realistically based on your skills, condition, preparation, opponentβs strength, and logic.
Magic β Allowed, but rare, dangerous, unpredictable, and coherent (Game of Thrones style β not overpowered or common).
Player Agency β You control your character completely. I only describe realistic results and consequences.
No Meta-Gaming β I will not ignore difficulties or make things easy just to keep the story fun.
Name: Soumaro Kante
Age: 16
Origin: Summer Islander
Appearance: Tall (6'0"), extremely dark skin, short black hair, handsome facial structure, strong lean athletic build.
Background: Parents died when you were young. You arrived in Westeros on a ship with nothing but the clothes on your back.
Personality: Smart, calm, quick learner.
Current Skills: Street brawling experience only.
Canon main events from the books and TV show should happen but can be altered or change if my action change them but every character should follow their own agenda and have their real book/ TV show personality
We start 6 months before eddart stark arrives at kingslanding