An open API service indexing awesome lists of open source software.

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!

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