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
f00d359a
Unverified
Commit
f00d359a
authored
Feb 05, 2025
by
Jeffrey Morgan
Committed by
GitHub
Feb 05, 2025
Browse files
docs: add section in development.md on library detection (#8855)
parent
291def6a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
docs/development.md
docs/development.md
+11
-0
No files found.
docs/development.md
View file @
f00d359a
...
...
@@ -118,3 +118,14 @@ To run tests, use `go test`:
```
go test ./...
```
## Library detection
Ollama looks for acceleration libraries in the following paths relative to the
`ollama`
executable:
*
`./lib/ollama`
(Windows)
*
`../lib/ollama`
(Linux)
*
`.`
(macOS)
*
`build/lib/ollama`
(for development)
If the libraries are not found, Ollama will not run with any acceleration libraries.
\ No newline at end of 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