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
1aad8387
Unverified
Commit
1aad8387
authored
Sep 01, 2024
by
rayfiyo
Committed by
GitHub
Aug 31, 2024
Browse files
docs: update GGUF examples and references (#6577)
parent
a1cef4d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/modelfile.md
docs/modelfile.md
+3
-3
No files found.
docs/modelfile.md
View file @
1aad8387
...
@@ -128,10 +128,10 @@ Currently supported model architectures:
...
@@ -128,10 +128,10 @@ Currently supported model architectures:
#### Build from a GGUF file
#### Build from a GGUF file
```
modelfile
```
modelfile
FROM ./ollama-model.
bin
FROM ./ollama-model.
gguf
```
```
The GGUF
bin
file location should be specified as an absolute path or relative to the
`Modelfile`
location.
The GGUF file location should be specified as an absolute path or relative to the
`Modelfile`
location.
### PARAMETER
### PARAMETER
...
@@ -208,7 +208,7 @@ Currently supported Safetensor adapters:
...
@@ -208,7 +208,7 @@ Currently supported Safetensor adapters:
#### GGUF adapter
#### GGUF adapter
```
modelfile
```
modelfile
ADAPTER ./ollama-lora.
bin
ADAPTER ./ollama-lora.
gguf
```
```
### LICENSE
### LICENSE
...
...
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