Error out when torchao-config option is not recognized (#2107)
This commit is contained in:
@@ -661,7 +661,7 @@ class ServerArgs:
|
||||
"--torchao-config",
|
||||
type=str,
|
||||
default=ServerArgs.torchao_config,
|
||||
help="Optimize the model with torchao. Experimental feature. Current choices are: int8dq, int8wo, int4wo-<group_size>, fp8wo",
|
||||
help="Optimize the model with torchao. Experimental feature. Current choices are: int8dq, int8wo, int4wo-<group_size>, fp8wo, fp8dq-per_tensor, fp8dq-per_row",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--enable-nan-detection",
|
||||
|
||||
Reference in New Issue
Block a user