ChrisMcCormick commited on
Commit
2a903c8
·
verified ·
1 Parent(s): d1ef951
Files changed (1) hide show
  1. __init__.py +5 -0
__init__.py CHANGED
@@ -8,6 +8,11 @@ Hugging Face model repository. It ensures that the model registration code
8
  is executed when the model is loaded from the Hub.
9
  """
10
 
 
 
 
 
 
11
  # Import the registration code from models/__init__.py
12
  # This will execute the AutoConfig and AutoModel registration
13
  try:
 
8
  is executed when the model is loaded from the Hub.
9
  """
10
 
11
+ print("\n========================================\n")
12
+ print(" root/__init__.py: Is this being run?")
13
+ print("\n========================================\n")
14
+
15
+
16
  # Import the registration code from models/__init__.py
17
  # This will execute the AutoConfig and AutoModel registration
18
  try: