diff options
author | Cebtenzzre <cebtenzzre@gmail.com> | 2023-08-23 10:29:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 17:29:09 +0300 |
commit | 7c2227a1972a4add4b5c118e4914c086513d0382 (patch) | |
tree | 3b0799d180328fbfa5f457193a1b7a549bfbf187 /convert-lora-to-ggml.py | |
parent | f19dca04ea5fbf9a0b2753091d93464585d5c73b (diff) |
chmod : make scripts executable (#2675)
Diffstat (limited to 'convert-lora-to-ggml.py')
-rwxr-xr-x | convert-lora-to-ggml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/convert-lora-to-ggml.py b/convert-lora-to-ggml.py index b4999ff5..04a7b8bb 100755 --- a/convert-lora-to-ggml.py +++ b/convert-lora-to-ggml.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import json import os import re |