Update _utils.py

This commit is contained in:
Daniel Han 2024-11-03 15:02:38 -08:00
commit 3f0e56fc23

View file

@ -46,6 +46,8 @@ __all__ = [
"patch_gradient_accumulation_fix",
"patch_compiling_bitsandbytes",
"patch_regional_compilation",
"patch_layernorm",
"patch_torch_compile",
]
import torch