Add GitHub data (#637)

This commit is contained in:
Thomas
2025-07-22 18:18:40 +02:00
committed by GitHub
parent 9513222ba5
commit 94aa54df76
626 changed files with 175142 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
### 🔀 [#592](https://github.com/ikawrakow/ik_llama.cpp/pull/592) - Another minor readme update
| **Author** | `saood06` |
| :--- | :--- |
| **State** | ✅ **Open** |
| **Created** | 2025-07-08 |
| **Updated** | 2025-07-09 |
---
#### Description
I think this looks cleaner.
It does remove mentions to: `IQ1_S_R4` [PR 492](https://github.com/ikawrakow/ik_llama.cpp/pull/492), `IQ1_M_R4` [PR 494](https://github.com/ikawrakow/ik_llama.cpp/pull/494).
They didn't belong in that section, but now I don't know where it would go at all (Features?).
---
#### 💬 Conversation
👤 **ikawrakow** commented the **2025-07-09** at **12:00:32**:<br>
> They didn't belong in that section, but now I don't know where it would go at all (Features?).
They can go under "Quantization additions". `IQ1_M_R4` and `IQ1_S_R4` are distinct quantization types, not just repacked `IQ1_M` and `IQ1_S`.
Not sure if the tabular format for the new models works well. The table is quite squeezed already, and now Hunyuan has been added and dits.llm1 is pending. Do you know how you want to reformat/change to accommodate additional models?