Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion xtuner/v1/patch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from . import torch_shape_env_simplify_pt28
from .torch_dcp_planner import patch_default_save_plan
from .torch_fsdp_comm import patch_fsdp_agrs


__all__ = ["patch_default_save_plan", "torch_shape_env_simplify_pt28"]
__all__ = ["patch_default_save_plan", "torch_shape_env_simplify_pt28", "patch_fsdp_agrs"]
Comment on lines +3 to +6
Copy link

Copilot AI Jan 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The function name 'patch_fsdp_agrs' contains a typo. It should be 'patch_fsdp_args' (with 'args' instead of 'agrs'). This needs to be updated in both the import and export to match the corrected function name.

Copilot uses AI. Check for mistakes.
Loading
Loading