File size: 166 Bytes
e527a65 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
## Commands
Train (no merge):
```bash
python run_cpt.py --config config.yaml
```
Merge later:
```bash
python run_cpt.py --config config.yaml --merge-only
```
--- |