diff --git a/docs/import.md b/docs/import.md index 2346886f..b90377bf 100644 --- a/docs/import.md +++ b/docs/import.md @@ -32,7 +32,7 @@ ollama run my-model Ollama supports importing adapters based on several different model architectures including: - * Llama (including Llama 2, Llama 3, and Llama 3.1); + * Llama (including Llama 2, Llama 3, Llama 3.1, and Llama 3.2); * Mistral (including Mistral 1, Mistral 2, and Mixtral); and * Gemma (including Gemma 1 and Gemma 2) @@ -67,14 +67,12 @@ ollama run my-model Ollama supports importing models for several different architectures including: - * Llama (including Llama 2, Llama 3, and Llama 3.1); + * Llama (including Llama 2, Llama 3, Llama 3.1, and Llama 3.2); * Mistral (including Mistral 1, Mistral 2, and Mixtral); * Gemma (including Gemma 1 and Gemma 2); and * Phi3 -This includes importing foundation models as well as any fine tuned models which which have been _fused_ with a foundation model. - - +This includes importing foundation models as well as any fine tuned models which have been _fused_ with a foundation model. ## Importing a GGUF based model or adapter If you have a GGUF based model or adapter it is possible to import it into Ollama. You can obtain a GGUF model or adapter by: diff --git a/docs/modelfile.md b/docs/modelfile.md index aa2849e7..c73f960a 100644 --- a/docs/modelfile.md +++ b/docs/modelfile.md @@ -120,7 +120,7 @@ FROM The model directory should contain the Safetensors weights for a supported architecture. Currently supported model architectures: - * Llama (including Llama 2, Llama 3, and Llama 3.1) + * Llama (including Llama 2, Llama 3, Llama 3.1, and Llama 3.2) * Mistral (including Mistral 1, Mistral 2, and Mixtral) * Gemma (including Gemma 1 and Gemma 2) * Phi3