add support for trust_remote_code for mpt models

This commit is contained in:
Wing Lian
2023-05-08 12:07:27 -04:00
parent 709be5af81
commit a125693122
3 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# MPT-7B
```shell
accelerate launch scripts/finetune.py examples/mpt-7b/config.yml
```