We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fab935 commit 3737e2aCopy full SHA for 3737e2a
src/instructlab/training/model.py
@@ -60,7 +60,7 @@ def __init__(
60
model_config = AutoConfig.from_pretrained(model_path)
61
if model_config.model_type == "gpt_oss":
62
# Third Party
63
- from transformers import Mxfp4Config
+ from transformers import Mxfp4Config # pylint: disable=no-name-in-module
64
65
quant_config = Mxfp4Config(dequantize=True)
66
0 commit comments