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

13b

26.7K 12 个月前

自述文件

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

CLI

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

API

示例

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

内存需求

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

参考资料

The Bloke

MelodysDreamj