39.9K Downloads Updated 1 year ago
Wizard Vicuna is a 13B parameter model based on Llama 2 trained by MelodysDreamj.
Open the terminal and run ollama run wizard-vicuna
Example:
curl -X POST http://localhost:11434/api/generate -d '{
"model": "wizard-vicuna",
"prompt":"Why is the sky blue?"
}'