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-llama-7b-pth-to-gguf.py | |
parent | f19dca04ea5fbf9a0b2753091d93464585d5c73b (diff) |
chmod : make scripts executable (#2675)
Diffstat (limited to 'convert-llama-7b-pth-to-gguf.py')
-rwxr-xr-x[-rw-r--r--] | convert-llama-7b-pth-to-gguf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/convert-llama-7b-pth-to-gguf.py b/convert-llama-7b-pth-to-gguf.py index ab5c80b6..f103f5f6 100644..100755 --- a/convert-llama-7b-pth-to-gguf.py +++ b/convert-llama-7b-pth-to-gguf.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # 7b pth llama --> gguf conversion # Only models with a single datafile are supported, like 7B # HF files required in the model dir: config.json tokenizer_config.json tokenizer.json tokenizer.model |