summaryrefslogtreecommitdiff
path: root/convert.py
diff options
context:
space:
mode:
authorCebtenzzre <cebtenzzre@gmail.com>2023-08-23 10:29:09 -0400
committerGitHub <noreply@github.com>2023-08-23 17:29:09 +0300
commit7c2227a1972a4add4b5c118e4914c086513d0382 (patch)
tree3b0799d180328fbfa5f457193a1b7a549bfbf187 /convert.py
parentf19dca04ea5fbf9a0b2753091d93464585d5c73b (diff)
chmod : make scripts executable (#2675)
Diffstat (limited to 'convert.py')
-rwxr-xr-x[-rw-r--r--]convert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.py b/convert.py
index e720889f..a701ab41 100644..100755
--- a/convert.py
+++ b/convert.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import gguf
import argparse