mirror of
https://github.com/ollama/ollama
synced 2026-04-23 08:45:14 +00:00
* MLX - dynamic loading of mlx-c Create a wrapper layer to indirect the dependency on mlx-c so the main ollama binary does not have a load-time dependency on mlx-c, mlx, and on linux, cuda. Lazy load the library via dlopen so we can adjust the path to ensure the dependencies are found and fail gracefully if not present. * review comments * fix broken tests |
||
|---|---|---|
| .. | ||
| support | ||
| .this-is-the-create-dmg-repo | ||
| build_darwin.sh | ||
| build_docker.sh | ||
| build_linux.sh | ||
| build_windows.ps1 | ||
| create-dmg.sh | ||
| deduplicate_cuda_libs.sh | ||
| env.sh | ||
| install.sh | ||
| push_docker.sh | ||
| tag_latest.sh | ||