Update index.py
Browse files
index.py
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import json, os, glob
|
| 2 |
from safetensors.torch import load_file
|
| 3 |
|
|
|
|
| 1 |
+
# ==============================================================================
|
| 2 |
+
# COPYRIGHT (C) 2025-2026 KONSTANTIN VLADIMIROVICH GRABKO. ALL RIGHTS RESERVED.
|
| 3 |
+
# PATENT PENDING | CMS MANHATTAN JIRACK TECHNOLOGY
|
| 4 |
+
# ==============================================================================
|
| 5 |
+
|
| 6 |
import json, os, glob
|
| 7 |
from safetensors.torch import load_file
|
| 8 |
|