mirror of
https://github.com/ollama/ollama.git
synced 2026-06-05 21:05:00 +08:00
* WIP - MLX backend with gemma3 * MLX: add cmake and go tag build toggles To build the new MLX backend code: cmake --preset MLX cmake --build --preset MLX --parallel cmake --install build --component MLX go build -tags mlx . Note: the main.go entrypoint for the MLX engine will change in a follow up commit. * add experimental image generation runtime * add experimental image generation runtime * MLX: wire up cuda build for linux * MLX: get dependencies correct and dedup This is still too large for a unified github artifact, but is now "correct" for the mlx_cuda_v13 directory. * fix relative link bug in dedup * Add darwin build and readme * add go build tag for mlx dependent code and wire up build_darwin.sh * lint cleanup * macos: build mlx for x86 This will be CPU only. * cuda build instructions and fix drift from mlx bump * stale comment * Delete agent helper doc * Clean up readme.md * Revise README for tokenizer clarity and details Updated README to clarify tokenizer functionality and removed correctness section. --------- Co-authored-by: jmorganca <jmorganca@gmail.com> |
||
|---|---|---|
| .. | ||
| internal | ||
| auth.go | ||
| create_test.go | ||
| create.go | ||
| download.go | ||
| fixblobs_test.go | ||
| fixblobs.go | ||
| images_test.go | ||
| images.go | ||
| layer.go | ||
| logprob.go | ||
| manifest_test.go | ||
| manifest.go | ||
| model.go | ||
| modelpath_test.go | ||
| modelpath.go | ||
| prompt_test.go | ||
| prompt.go | ||
| quantization_test.go | ||
| quantization.go | ||
| routes_create_test.go | ||
| routes_debug_test.go | ||
| routes_delete_test.go | ||
| routes_generate_renderer_test.go | ||
| routes_generate_test.go | ||
| routes_harmony_streaming_test.go | ||
| routes_list_test.go | ||
| routes_test.go | ||
| routes.go | ||
| sched_test.go | ||
| sched.go | ||
| sparse_common.go | ||
| sparse_windows.go | ||
| upload.go | ||