Instructions to use MarinaraSpaghetti/NemoMix-Unleashed-12B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MarinaraSpaghetti/NemoMix-Unleashed-12B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="MarinaraSpaghetti/NemoMix-Unleashed-12B")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("MarinaraSpaghetti/NemoMix-Unleashed-12B") model = AutoModelForCausalLM.from_pretrained("MarinaraSpaghetti/NemoMix-Unleashed-12B") - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use MarinaraSpaghetti/NemoMix-Unleashed-12B with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "MarinaraSpaghetti/NemoMix-Unleashed-12B" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "MarinaraSpaghetti/NemoMix-Unleashed-12B", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/MarinaraSpaghetti/NemoMix-Unleashed-12B
- SGLang
How to use MarinaraSpaghetti/NemoMix-Unleashed-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 "MarinaraSpaghetti/NemoMix-Unleashed-12B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "MarinaraSpaghetti/NemoMix-Unleashed-12B", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'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 "MarinaraSpaghetti/NemoMix-Unleashed-12B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "MarinaraSpaghetti/NemoMix-Unleashed-12B", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use MarinaraSpaghetti/NemoMix-Unleashed-12B with Docker Model Runner:
docker model run hf.co/MarinaraSpaghetti/NemoMix-Unleashed-12B
Feedback
pinned 47
#1 opened over 1 year ago
by
MarinaraSpaghetti
Ooba only
#17 opened 6 months ago
by
Doomed1986
Roleplay dialogue help
3
#15 opened 11 months ago
by
lovelyme
Where should i put money to get Mistral-Small-3.1-24B-Instruct finetune based on what NemoMix is? :D
#11 opened about 1 year ago
by
abesmon
Add jinja/minja chat template to tokenizer_config.json
1
#10 opened over 1 year ago
by
ThiloteE
Speaks excellent Russian!
❤️ 1
7
#9 opened over 1 year ago
by
Anonimus12345678902
Update Merge?
➕ 1
1
#8 opened over 1 year ago
by
isr431
Is this good?
1
#7 opened over 1 year ago
by
Noxi-V
My settings
❤️ 6
12
#5 opened over 1 year ago
by
Yobenboben
Samplers, templates etc. - help, please :-D
👀 1
9
#4 opened over 1 year ago
by
sphiratrioth666
Tested reasoning works great!
❤️ 1
1
#3 opened over 1 year ago
by
sashospx
Perfect World Rules, High Context Template (20K) Experiment
👍🧠 50
13
#2 opened over 1 year ago
by
Firepin