Wizard Vicuna 是一个基于 Llama 2 训练的 130 亿参数模型,由 MelodysDreamj 训练。

13b

29.6K 16 个月前

说明

Wizard Vicuna 是一个基于 Llama 2 训练的 130 亿参数模型,由 MelodysDreamj 训练。

CLI (命令行界面)

打开终端并运行 ollama run wizard-vicuna

API (应用程序编程接口)

例子

curl -X POST http://localhost:11434/api/generate -d '{
  "model": "wizard-vicuna",
  "prompt":"Why is the sky blue?"
 }'

内存需求

  • 13b 模型通常需要至少 16GB 的 RAM

参考

The Bloke

MelodysDreamj