Upload folder using huggingface_hub
Browse files- safetensors_util.py +1 -1
safetensors_util.py
CHANGED
@@ -6,7 +6,7 @@ from typing import Dict, Optional, Tuple
|
|
6 |
import safetensors.torch
|
7 |
import torch
|
8 |
|
9 |
-
from
|
10 |
|
11 |
__all__ = [
|
12 |
"state_dict_to_safetensors_file",
|
|
|
6 |
import safetensors.torch
|
7 |
import torch
|
8 |
|
9 |
+
from .aliases import PathOrStr
|
10 |
|
11 |
__all__ = [
|
12 |
"state_dict_to_safetensors_file",
|