mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 11:59:42 +00:00
avoid euler a for flux (+4 squashed commit)
Squashed commit: [5a4b72385] fix cuda build [5f969a645] add vulkan information [6849e7398] fixed flux [740e80419] update readme
This commit is contained in:
parent
5b90eeaf17
commit
3cfc4dc581
4 changed files with 71 additions and 13 deletions
|
@ -93,6 +93,8 @@ enum sd_type_t {
|
|||
SD_TYPE_Q4_0_4_4 = 31,
|
||||
SD_TYPE_Q4_0_4_8 = 32,
|
||||
SD_TYPE_Q4_0_8_8 = 33,
|
||||
SD_TYPE_TQ1_0 = 34,
|
||||
SD_TYPE_TQ2_0 = 35,
|
||||
SD_TYPE_COUNT,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue