We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9c372d + 54b7b12 commit 209e5f8Copy full SHA for 209e5f8
convert-pth-to-ggml.py
@@ -1,6 +1,8 @@
1
# Compatibility stub
2
3
-import argparse, convert
+import argparse
4
+
5
+import convert
6
7
parser = argparse.ArgumentParser(description='Convert a LLaMA model checkpoint to a ggml compatible file')
8
parser.add_argument('dir_model', help='directory containing the model checkpoint')
0 commit comments