Add README for tools

pull/627/head
x54-729 2024-01-19 17:36:42 +08:00
parent d99ba98663
commit f82bb5f925
1 changed files with 9 additions and 0 deletions

9
tools/README.md Normal file
View File

@ -0,0 +1,9 @@
# InternLM2 tools
## Convert to LLaMA
`convert2llama.py` can convert InternLM2 to LLaMA:
```
python convert2llama.py --src /path/to/internlm2 --tgt /path/to/target
```