Add GLM 5.3 Flash support
This commit is contained in:
@@ -19,6 +19,7 @@ pub(super) const Q5_K: u32 = 13;
|
||||
pub(super) const Q6_K: u32 = 14;
|
||||
pub(super) const IQ2_XXS: u32 = 16;
|
||||
pub(super) const I32: u32 = 26;
|
||||
pub(super) const BF16: u32 = 30;
|
||||
pub(super) const MXFP4: u32 = 39;
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
@@ -488,6 +489,7 @@ impl<'a> Cursor<'a> {
|
||||
| "deepseek4.dspark.target_layer_ids"
|
||||
| "deepseek4.dspark_target_layer_ids"
|
||||
| "dspark.target_layer_ids"
|
||||
| "glm5-next.layer_types"
|
||||
);
|
||||
if !keep {
|
||||
for _ in 0..len {
|
||||
|
||||
Reference in New Issue
Block a user