Fix import typo
#2
by
fahadh4ilyas
- opened
- convert_v2.py +1 -1
convert_v2.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# code adapted from https://huggingface.co/fahadh4ilyas
|
| 2 |
-
|
| 3 |
from safetensors import safe_open
|
| 4 |
from safetensors.torch import save_file
|
| 5 |
from pathlib import Path
|
|
|
|
| 1 |
# code adapted from https://huggingface.co/fahadh4ilyas
|
| 2 |
+
import argparse, json
|
| 3 |
from safetensors import safe_open
|
| 4 |
from safetensors.torch import save_file
|
| 5 |
from pathlib import Path
|