Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 395 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 395 Bytes

OpenThaiGPT-example

Kobkrit Viriyayudhakorn [email protected]

Example of how to use OpenThaiGPT pip package.

Installation

Python>=3.6

CPU-Only

  1. Run pip install -r requirements.cpu.txt
  2. Run python example.py

GPU

  1. If you use CUDA 11.6, pip install -r requirements.cu116.txt
  2. If you use CUDA 11.7, pip install -r requirements.cu117.txt
  3. Run python example.py