From 4422636252676390bc5ccc0092b4fc64566841a6 Mon Sep 17 00:00:00 2001 From: sinever Date: Tue, 11 Mar 2025 19:29:57 +0800 Subject: [PATCH] create folder for deepseek model --- deepseek/README.en.md | 27 +++++++++++++++++++++++++++ deepseek/README.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 deepseek/README.en.md create mode 100644 deepseek/README.md diff --git a/deepseek/README.en.md b/deepseek/README.en.md new file mode 100644 index 0000000..fecd1c2 --- /dev/null +++ b/deepseek/README.en.md @@ -0,0 +1,27 @@ +# llm_solution + +#### Description +A solution for deepseek inference, built with full-stack open-source components. + +#### Software Architecture +Software architecture description + +#### Installation + +1. xxxx +2. xxxx +3. xxxx + +#### Instructions + +1. xxxx +2. xxxx +3. xxxx + +#### Contribution + +1. Fork the repository +2. Create Feat_xxx branch +3. Commit your code +4. Create Pull Request + diff --git a/deepseek/README.md b/deepseek/README.md new file mode 100644 index 0000000..d093aed --- /dev/null +++ b/deepseek/README.md @@ -0,0 +1,28 @@ +# llm_solution + +#### 介绍 +一个用于deepseek的全栈开源的推理解决方案。 + +#### 软件架构 +软件架构说明 + + +#### 安装教程 + +1. xxxx +2. xxxx +3. xxxx + +#### 使用说明 + +1. xxxx +2. xxxx +3. xxxx + +#### 参与贡献 + +1. Fork 本仓库 +2. 新建 Feat_xxx 分支 +3. 提交代码 +4. 新建 Pull Request + -- Gitee