From dcbd79bebdf7bf680596e358e0f047ca54ec581d Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Thu, 10 Oct 2024 14:27:35 -0700 Subject: [PATCH] ensure that distributed_shampoo.utils is installed (#26) Summary: the utils module isn't available after pip install-ing, so much of the reference examples simply fail with an import error Pull Request resolved: https://github.com/facebookresearch/optimizers/pull/26 Reviewed By: anana10c Differential Revision: D64189522 Pulled By: tsunghsienlee fbshipit-source-id: b22285a11b8da5fe86ec6f7105ab52ac9834a52e --- distributed_shampoo/utils/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 distributed_shampoo/utils/__init__.py diff --git a/distributed_shampoo/utils/__init__.py b/distributed_shampoo/utils/__init__.py new file mode 100644 index 00000000..e69de29b