Skip to content

Commit

Permalink
fix: delete redundant files
Browse files Browse the repository at this point in the history
Signed-off-by: Mehant Kammakomati <[email protected]>
  • Loading branch information
kmehant committed Jan 9, 2025
1 parent 6f016f5 commit 223dc44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 253 deletions.
252 changes: 0 additions & 252 deletions src/accelerate/test_utils/scripts/test_tp.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/accelerate/test_utils/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def require_fsdp(test_case):

def require_tp(test_case):
"""
Decorator marking a test that requires FSDP installed. These tests are skipped when FSDP isn't installed
Decorator marking a test that requires TP installed. These tests are skipped when TP isn't installed
"""
return unittest.skipUnless(is_torch_version(">=", "2.3.0"), "test requires torch version >= 2.3.0")(test_case)

Expand Down

0 comments on commit 223dc44

Please sign in to comment.