diff options
Diffstat (limited to 'convert-persimmon-to-gguf.py')
-rwxr-xr-x | convert-persimmon-to-gguf.py | 2 |
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 |