mirror of
https://github.com/ollama/ollama
synced 2026-04-23 08:45:14 +00:00
Add QuantizedEmbedding and EmbeddingLayer interface so models can use quantized embedding weights and expose tied output projections. This change updates gemma3, glm4_moe_lite, llama, qwen3, and qwen3_5 to use the new interface. |
||
|---|---|---|
| .. | ||
| tokenizer.go | ||
| tokenizer_benchmark_test.go | ||
| tokenizer_bpe.go | ||
| tokenizer_correctness_test.go | ||
| tokenizer_decode.go | ||
| tokenizer_encode.go | ||
| tokenizer_ggml_parity_test.go | ||
| tokenizer_load.go | ||
| tokenizer_load_test.go | ||