How to use nanakura/vanila with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="nanakura/vanila", filename="vanila.F16.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
How to use nanakura/vanila with llama.cpp:
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf nanakura/vanila:F16 # Run inference directly in the terminal: llama-cli -hf nanakura/vanila:F16
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf nanakura/vanila:F16 # Run inference directly in the terminal: llama-cli -hf nanakura/vanila:F16
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf nanakura/vanila:F16 # Run inference directly in the terminal: ./llama-cli -hf nanakura/vanila:F16
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf nanakura/vanila:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf nanakura/vanila:F16
docker model run hf.co/nanakura/vanila:F16
How to use nanakura/vanila with Ollama:
ollama run hf.co/nanakura/vanila:F16
How to use nanakura/vanila with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for nanakura/vanila to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for nanakura/vanila to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for nanakura/vanila to start chatting
How to use nanakura/vanila with Pi:
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf nanakura/vanila:F16
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "vanila" } ] } } }
# Start Pi in your project directory: pi
How to use nanakura/vanila with Docker Model Runner:
How to use nanakura/vanila with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull nanakura/vanila:F16
lemonade run user.vanila-F16
lemonade list
Vanilla is a fine-tune of unsloth/Llama-3.2-3B-Instruct, this model has been trained using 4K Q&A datasets which are expected to build tsundere characters in the model.
This model has several variants such as 8bit GGUF and 16bit GGUF.
Chat template
8-bit
16-bit
Base model