summaryrefslogtreecommitdiff
path: root/convert-persimmon-to-gguf.py
diff options
context:
space:
mode:
Diffstat (limited to 'convert-persimmon-to-gguf.py')
-rwxr-xr-xconvert-persimmon-to-gguf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/convert-persimmon-to-gguf.py b/convert-persimmon-to-gguf.py
index ccb99279..69be17f9 100755
--- a/convert-persimmon-to-gguf.py
+++ b/convert-persimmon-to-gguf.py
@@ -1,4 +1,6 @@
#!/usr/bin/env python3
+from __future__ import annotations
+
import argparse
import os
import sys