File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ def fp8_static_scheme_checker(
436436 packing_format = GPTQ_FORMAT_NO_ZP ,
437437 bits = [2 , 4 , 8 ],
438438 group_size = None ,
439- priority = 0 ,
439+ priority = 6 ,
440440 checkers = [],
441441 alias = ["ark" ],
442442 compute_dtype = ["float32" , "float16" ],
@@ -451,7 +451,7 @@ def fp8_static_scheme_checker(
451451 packing_format = GPTQ_FORMAT ,
452452 bits = [2 , 4 , 8 ],
453453 group_size = None ,
454- priority = 0 ,
454+ priority = 6 ,
455455 checkers = [],
456456 alias = ["ark" ],
457457 compute_dtype = ["float32" , "float16" ],
@@ -466,7 +466,7 @@ def fp8_static_scheme_checker(
466466 packing_format = AWQ_FORMAT ,
467467 bits = [2 , 4 , 8 ],
468468 group_size = None ,
469- priority = 0 ,
469+ priority = 6 ,
470470 checkers = [],
471471 alias = ["ark" ],
472472 compute_dtype = ["float32" , "float16" ],
You can’t perform that action at this time.
0 commit comments