ollama/x/mlxrunner/mlx
Daniel Hiltgen 630882621b
llama-server followups (#16353)
* llama-server followups

Misc fixes for #16031
- Add back dropped ROCm build flag for multi-GPU support on windows
- Fix amdhip64_*.dll version detection for "latest" selection
- Fix embeddings API for consistent normalize behavior with prior versions

* ci: set up for automated llama.cpp update testing

* reduce batch for fa-disabled, and constrained vram

* mlx: fix v3 load bug on m5

Imagegen was incorrectly loading v3 first.  This DRYs out the loading code so imagegen gets the same new v4/v3 selection logic.

* fix reload bug on embedding models

* bump version

* steer user how to enable iGPU when disabled
2026-06-01 10:44:21 -07:00
..
generator
include/mlx/c
.gitignore
act.go
array.go
array_test.go mlx: Gemma4 MTP speculative decoding (#15980) 2026-05-05 08:55:04 -07:00
CMakeLists.txt
compile.go
compile_test.go runner: Remove CGO engines, use llama-server exclusively for GGML models (#16031) 2026-05-29 13:35:47 -07:00
dtype.go
dynamic.c
dynamic.go llama-server followups (#16353) 2026-06-01 10:44:21 -07:00
dynamic.h
dynamic_darwin.go
dynamic_other.go
fast.go
gated_delta.go runner: Remove CGO engines, use llama-server exclusively for GGML models (#16031) 2026-05-29 13:35:47 -07:00
generated.c
generated.h
io.go
memory.go
mlx.go
nn.go
ops.go mlx: Gemma4 MTP speculative decoding (#15980) 2026-05-05 08:55:04 -07:00
ops_extra.go runner: Remove CGO engines, use llama-server exclusively for GGML models (#16031) 2026-05-29 13:35:47 -07:00
random.go mlx: rework the MLX sampler (#16122) 2026-05-13 17:18:27 -07:00
slice.go
stream.go
thread_test.go