From 8c9fc009bda88de267abc8bcc8a2d2ae2e531aa1 Mon Sep 17 00:00:00 2001 From: Quentin Anthony Date: Tue, 31 Oct 2023 20:55:50 -0700 Subject: [PATCH] Create tools __init__.py for import (#1068) --- configs/neox_arguments.md | 2 +- tools/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tools/__init__.py diff --git a/configs/neox_arguments.md b/configs/neox_arguments.md index 2b23f2207..fe2993ade 100644 --- a/configs/neox_arguments.md +++ b/configs/neox_arguments.md @@ -111,7 +111,7 @@ Logging Arguments - **git_hash**: str - Default = 7c50e77 + Default = 5304f15 current git hash of repository diff --git a/tools/__init__.py b/tools/__init__.py new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/tools/__init__.py @@ -0,0 +1 @@ +