From 883d099adde6a45118d052d213ca972345e7ba4c Mon Sep 17 00:00:00 2001
From: Joyce <13160677487@163.com>
Date: Tue, 29 Jul 2025 18:34:14 +0800
Subject: [PATCH 1/5] Create test.md
---
docs/doc/TechSupport/test.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 docs/doc/TechSupport/test.md
diff --git a/docs/doc/TechSupport/test.md b/docs/doc/TechSupport/test.md
new file mode 100644
index 0000000..304b7cb
--- /dev/null
+++ b/docs/doc/TechSupport/test.md
@@ -0,0 +1,18 @@
+## 目标节
+
+
+开始》》》》》》》
+这里是一大段 Markdown,
+甚至可以有代码块、列表、子标题……
+| **模型系列/型号** | **NV
(全系列)** | **华为
A2** | **沐曦
C500** | **平头哥
PPU 810** | **寒武纪
MLU370** |
+| --- | --- | --- | --- | --- | --- |
+| **Llama系列**
Llama3-8B
Llama1-7B | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| **InternLM系列**
InternLM2.5-7B
InternLM2.5-20B
InternLM2-7B
InternLM2-20B | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| **Qwen系列**
Qwen2-7B | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| **Mixtral系列**
Mixtral8x7B | ✔️ | ✔️ | ✔️ | | |
+| **InternVL系列**
InternVL1-5
InternVL2-2B | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
+| **CogVLM系列**
CogVLM1
CogVLM2 | ✔️ | ✔️ | ✔️ | | |
+| **(*) DeepSeek系列** | ✔️(持续优化中) | ✔️(持续优化中) | ✔️(持续优化中) | | |
+
+结束结束结束》》》》》》
+
\ No newline at end of file
From fc188c6568dedcf8317fce5eda3fa293cf1d9cb7 Mon Sep 17 00:00:00 2001
From: Joyce <13160677487@163.com>
Date: Tue, 29 Jul 2025 18:34:27 +0800
Subject: [PATCH 2/5] Update infer.md
---
docs/doc/TechSupport/infer.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/doc/TechSupport/infer.md b/docs/doc/TechSupport/infer.md
index f2b9df8..97f1053 100644
--- a/docs/doc/TechSupport/infer.md
+++ b/docs/doc/TechSupport/infer.md
@@ -67,6 +67,11 @@ pip install dlinfer==0.3.1+ascend
#### LMDeploy
+```{include} ./test.md
+:start-after:
+:end-before:
+```
+
| **模型系列/型号** | **NV
(全系列)** | **华为
A2** | **沐曦
C500** | **平头哥
PPU 810** | **寒武纪
MLU370** |
| --- | --- | --- | --- | --- | --- |
| **Llama系列**
Llama3-8B
Llama1-7B | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
From 501d606a4d7ea703ca0aa9764b04e082620b6b57 Mon Sep 17 00:00:00 2001
From: Joyce <13160677487@163.com>
Date: Tue, 29 Jul 2025 19:17:13 +0800
Subject: [PATCH 3/5] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BB=93=E5=BA=93?=
=?UTF-8?q?=E9=93=BE=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/doc/TechSupport/infer.md | 2 +-
docs/doc/TechSupport/test.md | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/doc/TechSupport/infer.md b/docs/doc/TechSupport/infer.md
index 97f1053..dac8665 100644
--- a/docs/doc/TechSupport/infer.md
+++ b/docs/doc/TechSupport/infer.md
@@ -67,7 +67,7 @@ pip install dlinfer==0.3.1+ascend
#### LMDeploy
-```{include} ./test.md
+```{include} https://raw.githubusercontent.com/DeepLink-org/dlinfer/refs/heads/main/README.md
:start-after:
:end-before:
```
diff --git a/docs/doc/TechSupport/test.md b/docs/doc/TechSupport/test.md
index 304b7cb..ceec8e3 100644
--- a/docs/doc/TechSupport/test.md
+++ b/docs/doc/TechSupport/test.md
@@ -15,4 +15,6 @@
| **(*) DeepSeek系列** | ✔️(持续优化中) | ✔️(持续优化中) | ✔️(持续优化中) | | |
结束结束结束》》》》》》
-
\ No newline at end of file
+
+
+https://raw.githubusercontent.com/DeepLink-org/dlinfer/refs/heads/main/README.md
\ No newline at end of file
From b02a5fffcea701b80faea1fd1f5ee5d7b9ec8666 Mon Sep 17 00:00:00 2001
From: Joyce <13160677487@163.com>
Date: Thu, 31 Jul 2025 15:20:57 +0800
Subject: [PATCH 4/5] Update infer.md
---
docs/doc/TechSupport/infer.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/doc/TechSupport/infer.md b/docs/doc/TechSupport/infer.md
index dac8665..113e379 100644
--- a/docs/doc/TechSupport/infer.md
+++ b/docs/doc/TechSupport/infer.md
@@ -67,7 +67,7 @@ pip install dlinfer==0.3.1+ascend
#### LMDeploy
-```{include} https://raw.githubusercontent.com/DeepLink-org/dlinfer/refs/heads/main/README.md
+```{include} ../"https://raw.githubusercontent.com/DeepLink-org/dlinfer/refs/heads/main/README.md"
:start-after:
:end-before:
```
From 35ba3e294d011c6aab70f04bd075c66beb6f4b9a Mon Sep 17 00:00:00 2001
From: Joyce <13160677487@163.com>
Date: Thu, 31 Jul 2025 15:26:11 +0800
Subject: [PATCH 5/5] Update infer.md
---
docs/doc/TechSupport/infer.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/doc/TechSupport/infer.md b/docs/doc/TechSupport/infer.md
index 113e379..608a4a0 100644
--- a/docs/doc/TechSupport/infer.md
+++ b/docs/doc/TechSupport/infer.md
@@ -67,7 +67,7 @@ pip install dlinfer==0.3.1+ascend
#### LMDeploy
-```{include} ../"https://raw.githubusercontent.com/DeepLink-org/dlinfer/refs/heads/main/README.md"
+```{include} ../https://raw.githubusercontent.com/DeepLink-org/dlinfer/refs/heads/main/README.md
:start-after:
:end-before:
```