Unverified Commit 23f37602 authored by Rohan Potdar's avatar Rohan Potdar Committed by GitHub
Browse files

[Bugfix][ROCm]: Allow `gpt_oss_mxfp4` quantization method on rocm (#39754)


Signed-off-by: default avatarRohan138 <rohanpotdar138@gmail.com>
parent 906a8c15
...@@ -412,6 +412,7 @@ class RocmPlatform(Platform): ...@@ -412,6 +412,7 @@ class RocmPlatform(Platform):
"gguf", "gguf",
"quark", "quark",
"mxfp4", "mxfp4",
"gpt_oss_mxfp4",
"torchao", "torchao",
"bitsandbytes", "bitsandbytes",
"modelopt_fp4", "modelopt_fp4",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment