make scripts executable (#1555)

This commit is contained in:
cebtenzzre
2023-10-24 09:28:21 -04:00
committed by GitHub
parent f414c28589
commit e90263c23f
15 changed files with 14 additions and 3 deletions

1
gpt4all-training/train.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import os
from transformers import AutoModelForCausalLM, AutoTokenizer, get_scheduler
import torch