mirror of
https://github.com/ollama/ollama
synced 2026-04-23 16:54:06 +00: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> |
||
|---|---|---|
| .. | ||
| sentencepiece | ||
| testdata | ||
| convert.go | ||
| convert_bert.go | ||
| convert_commandr.go | ||
| convert_deepseek2.go | ||
| convert_deepseekocr.go | ||
| convert_gemma.go | ||
| convert_gemma2.go | ||
| convert_gemma2_adapter.go | ||
| convert_gemma3.go | ||
| convert_gemma3n.go | ||
| convert_gptoss.go | ||
| convert_llama.go | ||
| convert_llama4.go | ||
| convert_llama_adapter.go | ||
| convert_mistral.go | ||
| convert_mistral_causal.go | ||
| convert_mixtral.go | ||
| convert_mllama.go | ||
| convert_nomicbert.go | ||
| convert_olmo.go | ||
| convert_phi3.go | ||
| convert_qwen2.go | ||
| convert_qwen3.go | ||
| convert_qwen3vl.go | ||
| convert_qwen25vl.go | ||
| convert_test.go | ||
| reader.go | ||
| reader_safetensors.go | ||
| reader_test.go | ||
| reader_torch.go | ||
| sentencepiece_model.proto | ||
| tensor.go | ||
| tensor_test.go | ||
| tokenizer.go | ||
| tokenizer_spm.go | ||
| tokenizer_test.go | ||