fahadh4ilyas commited on
Commit
d4ec07a
1 Parent(s): 31ecda2

Fix import typo

Browse files
Files changed (1) hide show
  1. convert_v2.py +1 -1
convert_v2.py CHANGED
@@ -1,5 +1,5 @@
1
  # code adapted from https://huggingface.co/fahadh4ilyas
2
- mport argparse, json
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