|
@@ -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:
|