mirror of https://github.com/InternLM/InternLM
Add README for tools
parent
d99ba98663
commit
f82bb5f925
|
@ -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
|
||||||
|
```
|
Loading…
Reference in New Issue