diff options
Diffstat (limited to 'convert-persimmon-to-gguf.py')
-rwxr-xr-x[-rw-r--r--] | convert-persimmon-to-gguf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/convert-persimmon-to-gguf.py b/convert-persimmon-to-gguf.py index 206b7d5f..1ba5864d 100644..100755 --- a/convert-persimmon-to-gguf.py +++ b/convert-persimmon-to-gguf.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import torch import os from pprint import pprint |