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
38284f9f
Commit
38284f9f
authored
Jun 27, 2023
by
Jeffrey Morgan
Browse files
small `README.md` tweaks
parent
7e6fd7b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
38284f9f
...
@@ -31,7 +31,7 @@ ollama.generate("./llama-7b-ggml.bin", "hi")
...
@@ -31,7 +31,7 @@ ollama.generate("./llama-7b-ggml.bin", "hi")
Load a model for generation
Load a model for generation
```
python
```
python
ollama
.
load
(
"model
name
"
)
ollama
.
load
(
"model"
)
```
```
### `ollama.models()`
### `ollama.models()`
...
@@ -48,7 +48,7 @@ Serve the ollama http server
...
@@ -48,7 +48,7 @@ Serve the ollama http server
## Cooming Soon
## Cooming Soon
### `ollama.pull(
"
model
"
)`
### `ollama.pull(model)`
Download a model
Download a model
...
@@ -56,7 +56,7 @@ Download a model
...
@@ -56,7 +56,7 @@ Download a model
ollama
.
pull
(
"huggingface.co/thebloke/llama-7b-ggml"
)
ollama
.
pull
(
"huggingface.co/thebloke/llama-7b-ggml"
)
```
```
### `ollama.import(
"
file
"
)`
### `ollama.import(file
name
)`
Import a model from a file
Import a model from a file
...
...
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