berkerdooo commited on
Commit
7912c7e
·
verified ·
1 Parent(s): 7124105

extra_config: add .*linear_attn.* / .*mtp.fc.* 16-bit regex entries for SGLang fused-module matching

Browse files
Files changed (2) hide show
  1. config.json +6 -0
  2. quantization_config.json +6 -0
config.json CHANGED
@@ -984,6 +984,12 @@
984
  },
985
  ".*visual.*": {
986
  "bits": 16
 
 
 
 
 
 
987
  }
988
  },
989
  "gradient_accumulate_steps": 2,
 
984
  },
985
  ".*visual.*": {
986
  "bits": 16
987
+ },
988
+ ".*linear_attn.*": {
989
+ "bits": 16
990
+ },
991
+ ".*mtp\\.fc.*": {
992
+ "bits": 16
993
  }
994
  },
995
  "gradient_accumulate_steps": 2,
quantization_config.json CHANGED
@@ -977,6 +977,12 @@
977
  },
978
  ".*visual.*": {
979
  "bits": 16
 
 
 
 
 
 
980
  }
981
  }
982
  }
 
977
  },
978
  ".*visual.*": {
979
  "bits": 16
980
+ },
981
+ ".*linear_attn.*": {
982
+ "bits": 16
983
+ },
984
+ ".*mtp\\.fc.*": {
985
+ "bits": 16
986
  }
987
  }
988
  }