fahadh4ilyas
commited on
Commit
•
d4ec07a
1
Parent(s):
31ecda2
Fix import typo
Browse files- 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
|