소스 검색

`import.md`: model architectures spelling

Jeffrey Morgan 1 년 전
부모
커밋
212bdc541c
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      docs/import.md

+ 2 - 3
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`).