Unverified Commit f00d359a authored by Jeffrey Morgan's avatar Jeffrey Morgan Committed by GitHub
Browse files

docs: add section in development.md on library detection (#8855)

parent 291def6a
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment