From 040ffa17abf7a32dfe13e44a08e0396b30547a32 Mon Sep 17 00:00:00 2001 From: yanxing Date: Thu, 26 Sep 2024 17:44:57 +0800 Subject: [PATCH] [doc] add llama3.2 models support. --- README.md | 6 ++++++ README_en.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 88ef4ab..07c4668 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ llm模型导出`onnx`和`mnn`模型请使用[llm-export](https://github.com/wang - [modelscope-llama2-7b-chat] - [modelscope-llama3-8b-instruct] +- [modelscope-llama3.2-1b-instruct] +- [modelscope-llama3.2-3b-instruct] - [modelscope-baichuan2-7b-chat] - [modelscope-internlm-chat-7b] - [modelscope-yi-6b-chat] @@ -119,6 +121,8 @@ llm模型导出`onnx`和`mnn`模型请使用[llm-export](https://github.com/wang [modelscope-llama2-7b-chat]: https://modelscope.cn/models/zhaode/Llama-2-7b-chat-MNN/files [modelscope-llama3-8b-instruct]: https://modelscope.cn/models/zhaode/Llama-3-8B-Instruct-MNN/files +[modelscope-llama3.2-1b-instruct]: https://modelscope.cn/models/zhaode/Llama-3.2-1B-Instruct-MNN/files +[modelscope-llama3.2-3b-instruct]: https://modelscope.cn/models/zhaode/Llama-3.2-3B-Instruct-MNN/files [modelscope-baichuan2-7b-chat]: https://modelscope.cn/models/zhaode/Baichuan2-7B-Chat-MNN/files [modelscope-internlm-chat-7b]: https://modelscope.cn/models/zhaode/internlm-chat-7b-MNN/files [modelscope-yi-6b-chat]: https://modelscope.cn/models/zhaode/Yi-6B-Chat-MNN/files @@ -244,6 +248,8 @@ adb shell "cd /data/local/tmp && export LD_LIBRARY_PATH=. && ./cli_demo ./Qwen2- - [glm4-9b-chat](https://modelscope.cn/models/ZhipuAI/glm-4-9b-chat/summary) - [Llama-2-7b-chat-ms](https://modelscope.cn/models/modelscope/Llama-2-7b-chat-ms/summary) - [Llama-3-8B-Instruct](https://modelscope.cn/models/modelscope/Meta-Llama-3-8B-Instruct/summary) +- [Llama-3.2-1B-Instruct](https://modelscope.cn/models/LLM-Research/Llama-3.2-1B-Instruct/summary) +- [Llama-3.2-3B-Instruct](https://modelscope.cn/models/LLM-Research/Llama-3.2-3B-Instruct/summary) - [Baichuan2-7B-Chat](https://modelscope.cn/models/baichuan-inc/baichuan-7B/summary) - [internlm-chat-7b](https://modelscope.cn/models/Shanghai_AI_Laboratory/internlm-chat-7b/summary) - [Yi-6B-Chat](https://modelscope.cn/models/01ai/Yi-6B-Chat/summary) diff --git a/README_en.md b/README_en.md index ccf3845..a8f80a8 100644 --- a/README_en.md +++ b/README_en.md @@ -66,6 +66,8 @@ Download models from `modelscope`: - [modelscope-llama2-7b-chat] - [modelscope-llama3-8b-instruct] +- [modelscope-llama3.2-1b-instruct] +- [modelscope-llama3.2-3b-instruct] - [modelscope-baichuan2-7b-chat] - [modelscope-internlm-chat-7b] - [modelscope-yi-6b-chat] @@ -120,6 +122,8 @@ Download models from `modelscope`: [modelscope-llama2-7b-chat]: https://modelscope.cn/models/zhaode/Llama-2-7b-chat-MNN/files [modelscope-llama3-8b-instruct]: https://modelscope.cn/models/zhaode/Llama-3-8B-Instruct-MNN/files +[modelscope-llama3.2-1b-instruct]: https://modelscope.cn/models/zhaode/Llama-3.2-1B-Instruct-MNN/files +[modelscope-llama3.2-3b-instruct]: https://modelscope.cn/models/zhaode/Llama-3.2-3B-Instruct-MNN/files [modelscope-baichuan2-7b-chat]: https://modelscope.cn/models/zhaode/Baichuan2-7B-Chat-MNN/files [modelscope-internlm-chat-7b]: https://modelscope.cn/models/zhaode/internlm-chat-7b-MNN/files [modelscope-yi-6b-chat]: https://modelscope.cn/models/zhaode/Yi-6B-Chat-MNN/files @@ -238,6 +242,8 @@ adb shell "cd /data/local/tmp && export LD_LIBRARY_PATH=. && ./cli_demo ./Qwen2- - [glm4-9b-chat](https://modelscope.cn/models/ZhipuAI/glm-4-9b-chat/summary) - [Llama-2-7b-chat-ms](https://modelscope.cn/models/modelscope/Llama-2-7b-chat-ms/summary) - [Llama-3-8B-Instruct](https://modelscope.cn/models/modelscope/Meta-Llama-3-8B-Instruct/summary) +- [Llama-3.2-1B-Instruct](https://modelscope.cn/models/LLM-Research/Llama-3.2-1B-Instruct/summary) +- [Llama-3.2-3B-Instruct](https://modelscope.cn/models/LLM-Research/Llama-3.2-3B-Instruct/summary) - [Baichuan2-7B-Chat](https://modelscope.cn/models/baichuan-inc/baichuan-7B/summary) - [internlm-chat-7b](https://modelscope.cn/models/Shanghai_AI_Laboratory/internlm-chat-7b/summary) - [Yi-6B-Chat](https://modelscope.cn/models/01ai/Yi-6B-Chat/summary)