mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-27 07:30:49 +02:00
Fix q4_k opencl struct order
This commit is contained in:
+2
-2
@@ -77,10 +77,10 @@ struct __attribute__ ((packed)) block_q3_K
|
||||
|
||||
struct __attribute__ ((packed)) block_q4_K
|
||||
{
|
||||
uint8_t scales[12];
|
||||
uint8_t qs[128];
|
||||
half d;
|
||||
half dmin;
|
||||
uint8_t scales[12];
|
||||
uint8_t qs[128];
|
||||
};
|
||||
|
||||
struct __attribute__ ((packed)) block_q6_K
|
||||
|
||||
Reference in New Issue
Block a user