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:
Concedo 2024-11-04 23:36:25 +08:00
parent 5b90eeaf17
commit 3cfc4dc581
4 changed files with 71 additions and 13 deletions

View file

@ -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,
};