Update __init__.py
This commit is contained in:
parent
65aaa0b01c
commit
3d6dcb63a8
1 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ from .import_fixes import (
|
|||
patch_ipykernel_hf_xet,
|
||||
patch_trackio,
|
||||
patch_datasets,
|
||||
# patch_enable_input_require_grads,
|
||||
patch_enable_input_require_grads,
|
||||
fix_openenv_no_vllm,
|
||||
)
|
||||
|
||||
|
|
@ -135,7 +135,7 @@ ignore_logger_messages()
|
|||
patch_ipykernel_hf_xet()
|
||||
patch_trackio()
|
||||
patch_datasets()
|
||||
# patch_enable_input_require_grads()
|
||||
patch_enable_input_require_grads()
|
||||
fix_openenv_no_vllm()
|
||||
|
||||
del fix_xformers_performance_issue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue