"examples/research_projects/quantization-qdqbert/utils_qa.py" did not exist on "319beb64eb5f8d1f302160d2bd5bbbc7272b8896"
fix typo in gradient_checkpointing arg (#12855)
help for `ModelArguments.gradient_checkpointing` should be "If True, use gradient checkpointing to save memory at the expense of slower backward pass." not "Whether to freeze the feature extractor layers of the model." (which is duplicated from `freeze_feature_extractor` arg)
Showing
Please register or sign in to comment