Skip to content

Commit 3cee2a9

Browse files
committed
Add file
1 parent d061aed commit 3cee2a9

File tree

3 files changed

+1381
-0
lines changed

3 files changed

+1381
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# ChomGPT
22
ChomGPT - ChatGPT-like model for Thai
3+
4+
### How to install trl
5+
6+
1. Clone Transformer Reinforcement Learning (trl)
7+
8+
> git clone https://github.com/lvwerra/trl.git
9+
10+
2. copy the patch to trln and apply the patch
11+
12+
> cp trl_patch/0001-add-stop-token-commits.patch trl/0001-add-stop-token-commits.patch
13+
> cd trl_patch
14+
> git apply 0001-add-stop-token-commits.patch
15+
16+
3. Install
17+
18+
> pip install -e .

0 commit comments

Comments
 (0)