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
07b4074e
Unverified
Commit
07b4074e
authored
Sep 07, 2023
by
Alexander Pepper
Committed by
GitHub
Sep 07, 2023
Browse files
[docs] Improve build instructions (#482)
Go is required and not installed by default.
parent
61dda6a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+2
-1
No files found.
README.md
View file @
07b4074e
...
@@ -165,10 +165,11 @@ Ollama bundles model weights, configurations, and data into a single package, de
...
@@ -165,10 +165,11 @@ Ollama bundles model weights, configurations, and data into a single package, de
## Building
## Building
Install
`cmake`
:
Install
`cmake`
and
`go`
:
```
```
brew install cmake
brew install cmake
brew install go
```
```
Then generate dependencies and build:
Then generate dependencies and build:
...
...
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