From f82bb5f925ade53bce100707f2b8cdc59a059064 Mon Sep 17 00:00:00 2001 From: x54-729 Date: Fri, 19 Jan 2024 17:36:42 +0800 Subject: [PATCH] Add README for tools --- tools/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tools/README.md diff --git a/tools/README.md b/tools/README.md new file mode 100644 index 0000000..f9b69eb --- /dev/null +++ b/tools/README.md @@ -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 +```