From 97fc3280aab618feaad9b6394d99c15ee43fcb08 Mon Sep 17 00:00:00 2001 From: tastelikefeet <58414341+tastelikefeet@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:37:02 +0800 Subject: [PATCH 1/2] Update README_en.md Add info of SWIFT --- README_en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_en.md b/README_en.md index 25d55da..43092f2 100644 --- a/README_en.md +++ b/README_en.md @@ -243,6 +243,7 @@ with basic GLM-4-9B usage and development code through the following content + [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory): Efficient open-source fine-tuning framework, already supports GLM-4-9B-Chat language model fine-tuning. ++ [SWIFT](https://github.com/modelscope/swift): LLM/VLM training framework from ModelScope, supports GLM4-9B-Chat/GLM4v-9b-chat fine-tuning. + [Xorbits Inference](https://github.com/xorbitsai/inference): Performance-enhanced and comprehensive global inference framework, easily deploy your own models or import cutting-edge open source models with one click. + [self-llm](https://github.com/datawhalechina/self-llm/tree/master/GLM-4): Datawhale's self-llm project, which includes From 92c83b98f8072d01c7271f8a2957e627e7e098f7 Mon Sep 17 00:00:00 2001 From: tastelikefeet <58414341+tastelikefeet@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:39:01 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b56009f..e0231a5 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,7 @@ with torch.no_grad(): ## 友情链接 + [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory): 高效开源微调框架,已支持 GLM-4-9B-Chat 语言模型微调。 ++ [SWIFT](https://github.com/modelscope/swift): 魔搭社区的大模型/多模态大模型训练框架,已支持 GLM4-9B-Chat/GLM4v-9B-Chat 模型微调。 + [Xorbits Inference](https://github.com/xorbitsai/inference): 性能强大且功能全面的分布式推理框架,轻松一键部署你自己的模型或内置的前沿开源模型。 + [self-llm](https://github.com/datawhalechina/self-llm/tree/master/GLM-4): Datawhale 团队的提供的 GLM-4-9B 系列模型使用教程。