chmod : make scripts executable (#2675)

This commit is contained in:
Cebtenzzre 2023-08-23 10:29:09 -04:00 committed by GitHub
parent f19dca04ea
commit 7c2227a197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 16 additions and 3 deletions

1
convert-llama-7b-pth-to-gguf.py Normal file → Executable file
View file

@ -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