Daniel Bevenius
7a0de96045
llama : add 18-layer model type for Gemma 3-270m ( #15319 )
...
This commit adds support for the 18-layer model type in the Gemma3
series, which is the size of the Gemma3-270m model.
The motivation for this commit is was the only change required for
Gemma3-270m to be converted to GGUF format and used with llama.cpp.
Once the model has been converted and uploaded to Huggingface it can be
used like this:
```console
$ ./build/bin/llama-cli -hf ggml-org/gemma-3-270m-GGUF:Q8_0
```
2025-08-14 17:56:26 +02:00
..
2025-06-19 08:08:14 +03:00
2025-05-09 13:02:07 +02:00
2025-03-13 12:35:44 +02:00
2025-08-05 22:10:36 +03:00
2025-08-05 22:10:36 +03:00
2025-08-14 14:03:30 +03:00
2025-07-17 19:08:33 +03:00
2025-08-06 13:26:49 +02:00
2025-08-05 22:10:36 +03:00
2025-08-14 14:59:50 +03:00
2025-08-14 14:59:50 +03:00
2025-06-15 10:08:58 +03:00
2025-07-16 16:35:42 +03:00
2025-05-25 01:48:08 +01:00
2025-03-05 13:05:13 +00:00
2025-08-05 22:10:36 +03:00
2025-08-05 22:10:36 +03:00
2025-07-28 13:47:00 +02:00
2025-08-05 22:10:36 +03:00
2025-01-07 18:01:58 +01:00
2025-02-12 10:06:53 -04:00
2025-03-13 12:35:44 +02:00
2025-03-13 12:35:44 +02:00
2025-08-14 14:59:50 +03:00
2025-08-14 14:59:50 +03:00
2025-08-14 14:59:50 +03:00
2025-08-14 14:59:50 +03:00
2025-07-03 10:53:35 +03:00
2025-08-14 14:59:50 +03:00
2025-08-14 14:59:50 +03:00
2025-08-14 14:59:50 +03:00
2025-08-14 14:59:50 +03:00
2025-06-30 18:03:03 +03:00
2025-08-14 14:59:50 +03:00
2025-06-05 11:57:42 +02:00
2025-02-10 20:58:18 +02:00
2025-08-05 22:10:36 +03:00
2025-08-04 20:29:25 +02:00
2025-06-20 14:04:09 +02:00
2025-05-12 14:44:49 +02:00
2025-08-14 17:56:26 +02:00
2025-08-14 17:56:26 +02:00
2025-08-07 23:26:03 +02:00
2025-01-03 10:18:53 +02:00
2025-05-27 12:07:52 +03:00
2025-01-12 11:32:42 +02:00
2025-08-14 17:23:11 +03:00
2025-08-01 15:31:12 +02:00
2025-06-16 08:11:43 -07:00
2024-10-08 13:27:04 +02:00
2024-10-02 15:49:55 +02:00
2025-07-15 21:54:22 +02:00
2025-07-15 21:54:22 +02:00