Skip to content

Commit

Permalink
rename ckpt test (pytorch#825)
Browse files Browse the repository at this point in the history
## Description

Rename the previous ckpt index file test to ckpt test to reflect its
covering of both index file and params saving.

- [x] Has code been commented, particularly in hard-to-understand areas?
- [x] Have you made corresponding changes to the documentation?

Co-authored-by: Eddy <ogolaedd@meta.com>
  • Loading branch information
eddogola and eddogola authored Jun 29, 2023
1 parent 1690ee0 commit 62f84bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def main(args: List[str | int] = None) -> None:
main()


class LocalIndexMetadataTest(unittest.TestCase):
class LocalCheckpointTest(unittest.TestCase):
def test_index_file(self):
import random

Expand Down

0 comments on commit 62f84bb

Please sign in to comment.