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
1f78e409
Commit
1f78e409
authored
Aug 08, 2023
by
Jeffrey Morgan
Browse files
docs: format with `prettier`
parent
34a88cd7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
11 deletions
+8
-11
README.md
README.md
+2
-1
docs/development.md
docs/development.md
+6
-10
No files found.
README.md
View file @
1f78e409
...
@@ -61,6 +61,7 @@ Pull a base model:
...
@@ -61,6 +61,7 @@ Pull a base model:
```
```
ollama pull llama2
ollama pull llama2
```
```
> To update a model to the latest version, run `ollama pull llama2` again. The model will be updated (if necessary).
> To update a model to the latest version, run `ollama pull llama2` again. The model will be updated (if necessary).
Create a
`Modelfile`
:
Create a
`Modelfile`
:
...
...
docs/development.md
View file @
1f78e409
...
@@ -30,19 +30,15 @@ Now you can run `ollama`:
...
@@ -30,19 +30,15 @@ Now you can run `ollama`:
To release a new version of Ollama you'll need to set some environment variables:
To release a new version of Ollama you'll need to set some environment variables:
*
`GITHUB_TOKEN`
: your GitHub token
-
`GITHUB_TOKEN`
: your GitHub token
*
`APPLE_IDENTITY`
: the Apple signing identity (macOS only)
-
`APPLE_IDENTITY`
: the Apple signing identity (macOS only)
*
`APPLE_ID`
: your Apple ID
-
`APPLE_ID`
: your Apple ID
*
`APPLE_PASSWORD`
: your Apple ID app-specific password
-
`APPLE_PASSWORD`
: your Apple ID app-specific password
*
`APPLE_TEAM_ID`
: the Apple team ID for the signing identity
-
`APPLE_TEAM_ID`
: the Apple team ID for the signing identity
*
`TELEMETRY_WRITE_KEY`
: segment write key for telemetry
-
`TELEMETRY_WRITE_KEY`
: segment write key for telemetry
Then run the publish script with the target version:
Then run the publish script with the target version:
```
```
VERSION=0.0.2 ./scripts/publish.sh
VERSION=0.0.2 ./scripts/publish.sh
```
```
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