From 0b56f70b1463998ef83dd0a117e33f211029ed56 Mon Sep 17 00:00:00 2001 From: Saibo-creator <53392976+Saibo-creator@users.noreply.github.com> Date: Sat, 7 Sep 2024 20:30:53 -0700 Subject: [PATCH] Add missing __init__.py to transformers_cfg/cli to ensure proper module inclusion (#90) - Added an empty __init__.py file to the transformers_cfg/cli directory. - This ensures that the cli module is recognized as part of the package during distribution. --- transformers_cfg/cli/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 transformers_cfg/cli/__init__.py diff --git a/transformers_cfg/cli/__init__.py b/transformers_cfg/cli/__init__.py new file mode 100644 index 0000000..e69de29