Upload load_model_weights.py
Browse files- 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.
|
| 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:
|