[data] fix template (#8827)

This commit is contained in:
Yaowei Zheng
2025-08-06 06:58:09 +08:00
committed by GitHub
parent 4dfad24902
commit b523543994
4 changed files with 8 additions and 4 deletions

View File

@@ -126,6 +126,7 @@ class QuantizationMethod(str, Enum):
QUANTO = "quanto"
EETQ = "eetq"
HQQ = "hqq"
MXFP4 = "mxfp4"
class RopeScaling(str, Enum):