convert scripts: make gptj script executable

This commit is contained in:
Cebtenzzre 2023-09-29 17:40:12 -04:00 committed by Adam Treat
parent 0493e6eb07
commit cc7675d432

1
gpt4all-backend/scripts/convert_gptj_to_gguf.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
# Convert GPT-J-6B h5 transformer model to ggml format
#
# Load the model using GPTJForCausalLM.