Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
479d5517
Unverified
Commit
479d5517
authored
Nov 10, 2024
by
frances720
Committed by
GitHub
Nov 10, 2024
Browse files
docs: add mentions of Llama 3.2 (#7517)
parent
76b2b723
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
docs/import.md
docs/import.md
+3
-5
docs/modelfile.md
docs/modelfile.md
+1
-1
No files found.
docs/import.md
View file @
479d5517
...
@@ -32,7 +32,7 @@ ollama run my-model
...
@@ -32,7 +32,7 @@ ollama run my-model
Ollama supports importing adapters based on several different model architectures including:
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
*
Mistral (including Mistral 1, Mistral 2, and Mixtral); and
*
Gemma (including Gemma 1 and Gemma 2)
*
Gemma (including Gemma 1 and Gemma 2)
...
@@ -67,14 +67,12 @@ ollama run my-model
...
@@ -67,14 +67,12 @@ ollama run my-model
Ollama supports importing models for several different architectures including:
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);
*
Mistral (including Mistral 1, Mistral 2, and Mixtral);
*
Gemma (including Gemma 1 and Gemma 2); and
*
Gemma (including Gemma 1 and Gemma 2); and
*
Phi3
*
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
## 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:
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:
...
...
docs/modelfile.md
View file @
479d5517
...
@@ -120,7 +120,7 @@ FROM <model directory>
...
@@ -120,7 +120,7 @@ FROM <model directory>
The model directory should contain the Safetensors weights for a supported architecture.
The model directory should contain the Safetensors weights for a supported architecture.
Currently supported model architectures:
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)
*
Mistral (including Mistral 1, Mistral 2, and Mixtral)
*
Gemma (including Gemma 1 and Gemma 2)
*
Gemma (including Gemma 1 and Gemma 2)
*
Phi3
*
Phi3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment