WildnerveAI commited on
Commit
72e8395
·
verified ·
1 Parent(s): a09e963

Upload load_model_weights.py

Browse files
Files changed (1) hide show
  1. load_model_weights.py +1 -1
load_model_weights.py CHANGED
@@ -16,7 +16,7 @@ from huggingface_hub import hf_hub_download, HfFileSystem, HfApi
16
  sys.path.append(os.path.dirname(os.path.abspath(__file__)))
17
 
18
  # Configure Logging
19
- logger = logging.getLOgger(__name__)
20
 
21
  # Try local direct import first with fallback to a minimal version
22
  try:
 
16
  sys.path.append(os.path.dirname(os.path.abspath(__file__)))
17
 
18
  # Configure Logging
19
+ logger = logging.getLogger(__name__) # Fix typo: getLOgger -> getLogger
20
 
21
  # Try local direct import first with fallback to a minimal version
22
  try: