Skip to content
/ EasyGPT Public

Easily train and inference on your personal computer, no need for large scale clusters!

License

Notifications You must be signed in to change notification settings

87owo/EasyGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyGPT

Easily train and inference on your personal computer, no need for large scale clusters!

Requirements

You need to select the appropriate command according to the system and CUDA version.

pip install bitsandbytes
pip install safetensors
pip install torch
pip install tqdm

File Information

EasyGPT/
├── data/ 
│   └── dialogues.txt (Training format example)
│
├── model/ 
│   └── ... (Model training save location)
│
├── train.py (Model training complete code)
├── chat.py (Model dialogue complete code)
└── ...

Official Website

https://github.com/87owo/EasyGPT

MIT license

https://github.com/87owo/EasyGPT/blob/main/LICENSE

Releases

No releases published

Languages