https://github.com/87owo/easygpt
Easily train and inference on your personal computer, no need for large scale clusters!
https://github.com/87owo/easygpt
ai chat dataset easygpt example gpt python pytorch safetensors torch tqdm transformer
Last synced: 6 months ago
JSON representation
Easily train and inference on your personal computer, no need for large scale clusters!
- Host: GitHub
- URL: https://github.com/87owo/easygpt
- Owner: 87owo
- License: mit
- Created: 2025-03-16T06:41:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-24T01:58:16.000Z (7 months ago)
- Last Synced: 2025-03-24T02:36:41.171Z (7 months ago)
- Topics: ai, chat, dataset, easygpt, example, gpt, python, pytorch, safetensors, torch, tqdm, transformer
- Language: Python
- Homepage: https://github.com/87owo/EasyGPT
- Size: 15.2 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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