From 212bdc541c16818b19eed573cf2e4589d21b7796 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sun, 15 Oct 2023 00:07:58 -0400 Subject: [PATCH] `import.md`: model architectures spelling --- docs/import.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/import.md b/docs/import.md index 1e8643880..ffcba07c8 100644 --- a/docs/import.md +++ b/docs/import.md @@ -6,10 +6,9 @@ This guide walks through creating an Ollama model from an existing model on Hugg Ollama supports a set of model architectures, with support for more coming soon: -- Llama -- Mistral +- Llama & Mistral - Falcon & RW -- GPTNeoX +- GPT-NeoX - BigCode To view a model's architecture, check its `config.json` file. You should see an entry under `architecture` (e.g. `LlamaForCausalLM`).