commit | b07371f19cda8051f498fb5f38a6cee3d5793e11 | [log] [tgz] |
---|---|---|
author | Jane Xu <janeyx@fb.com> | Thu Oct 21 13:18:47 2021 -0700 |
committer | Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> | Thu Oct 21 13:22:18 2021 -0700 |
tree | 0b7ca4ea70a4453254c463857e8c13450e5ab9d7 | |
parent | 6f1ba16d6d92c150be4d7dfe38822551f871dc86 [diff] |
[skip ci] Set test owners for serialization tests (#66862) Summary: Action following https://github.com/pytorch/pytorch/issues/66232 cc mruberry Pull Request resolved: https://github.com/pytorch/pytorch/pull/66862 Reviewed By: saketh-are Differential Revision: D31828615 Pulled By: janeyx99 fbshipit-source-id: 8d28970eead9d6f26e9ea64b823295d9c9e1469d
diff --git a/test/test_serialization.py b/test/test_serialization.py index a1f38df..3c3529e 100644 --- a/test/test_serialization.py +++ b/test/test_serialization.py
@@ -1,3 +1,5 @@ +# Owner(s): ["module: serialization"] + import torch import unittest import io