diff options
Diffstat (limited to 'examples/embd-input/minigpt4.py')
-rwxr-xr-x[-rw-r--r--] | examples/embd-input/minigpt4.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/embd-input/minigpt4.py b/examples/embd-input/minigpt4.py index 15c9b77c..7b13e4a5 100644..100755 --- a/examples/embd-input/minigpt4.py +++ b/examples/embd-input/minigpt4.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import sys import os sys.path.insert(0, os.path.dirname(__file__)) |