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
e639a12f
Unverified
Commit
e639a12f
authored
Aug 26, 2023
by
Michael Yang
Committed by
GitHub
Aug 26, 2023
Browse files
Merge pull request #412 from jmorganca/mxyng/update-readme
update README.md
parents
e82fcf30
041f9ad1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
17 deletions
+2
-17
README.md
README.md
+2
-0
docs/development.md
docs/development.md
+0
-17
No files found.
README.md
View file @
e639a12f
...
...
@@ -127,6 +127,8 @@ Ollama bundles model weights, configuration, and data into a single package, def
## Building
You will also need a C/C++ compiler such as GCC for MacOS and Linux or Mingw-w64 GCC for Windows.
```
go build .
```
...
...
docs/development.md
View file @
e639a12f
...
...
@@ -25,20 +25,3 @@ Now you can run `ollama`:
```
./ollama
```
## Releasing
To release a new version of Ollama you'll need to set some environment variables:
-
`GITHUB_TOKEN`
: your GitHub token
-
`APPLE_IDENTITY`
: the Apple signing identity (macOS only)
-
`APPLE_ID`
: your Apple ID
-
`APPLE_PASSWORD`
: your Apple ID app-specific password
-
`APPLE_TEAM_ID`
: the Apple team ID for the signing identity
-
`TELEMETRY_WRITE_KEY`
: segment write key for telemetry
Then run the publish script with the target version:
```
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