mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-27 18:01:45 +00:00
Add GitHub data: filename sanitization (#640)
This commit is contained in:
13
github-data/pull_requests/75 - Fix Q5_0 flash attention.md
Normal file
13
github-data/pull_requests/75 - Fix Q5_0 flash attention.md
Normal file
@@ -0,0 +1,13 @@
|
||||
### 🐛 [#75](https://github.com/ikawrakow/ik_llama.cpp/pull/75) - Fix Q5_0 flash attention
|
||||
|
||||
| **Author** | `ikawrakow` |
|
||||
| :--- | :--- |
|
||||
| **State** | ❌ **Closed** |
|
||||
| **Created** | 2024-10-01 |
|
||||
| **Updated** | 2024-10-01 |
|
||||
|
||||
---
|
||||
|
||||
#### Description
|
||||
|
||||
When I changed `iqk_mul_mat` to use type-1 dot products for type-0 legacy quants, I forgot to also change the `vec_dot_type` when the dot product is done via ggml as in flash attention. This PR fixes it.
|
||||
Reference in New Issue
Block a user