Skip to content

Commit 2efb7f2

Browse files
committed
fix qwen2.5-coder image
1 parent 56106fc commit 2efb7f2

6 files changed

+11
-9
lines changed

models/Qwen2.5-Coder/01-Qwen2.5-Coder-7B-Instruct FastApi 部署调用.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pip install modelscope==1.20.0
3232
```
3333

3434
> 考虑到部分同学配置环境可能会遇到一些问题,我们在AutoDL平台准备了Qwen2.5的环境镜像,点击下方链接并直接创建Autodl示例即可。
35-
> ***https://www.codewithgpu.com/i/datawhalechina/self-llm/Qwen2.5-Coder-fastapi-self-llm***
35+
> ***https://www.codewithgpu.com/i/datawhalechina/self-llm/qwen2.5-coder***
3636
3737

3838
## 模型下载

models/Qwen2.5-Coder/02-Qwen2.5-7B-Instruct Langchain 接入.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ pip install langchain==0.3.7
3333
pip install accelerate==1.1.1
3434
```
3535

36+
> 考虑到部分同学配置环境可能会遇到一些问题,我们在AutoDL平台准备了Qwen2.5的环境镜像,点击下方链接并直接创建Autodl示例即可。
37+
> ***https://www.codewithgpu.com/i/datawhalechina/self-llm/qwen2.5-coder***
3638
3739

3840
## 模型下载

models/Qwen2.5-Coder/03-Qwen2.5-Coder-7B-Instruct WebDemo部署.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ pip install transformers==4.46.2
2727
pip install accelerate==0.26.0
2828
```
2929

30-
> 考虑到部分同学配置环境可能会遇到一些问题,我们在 AutoDL 平台准备了 Qwen2.5-Coder 的环境镜像,点击下方链接并直接创建 Autodl 示例即可。
31-
> ***https://www.codewithgpu.com/i/datawhalechina/self-llm/Qwen2.5-self-llm***
30+
> 考虑到部分同学配置环境可能会遇到一些问题,我们在AutoDL平台准备了Qwen2.5的环境镜像,点击下方链接并直接创建Autodl示例即可。
31+
> ***https://www.codewithgpu.com/i/datawhalechina/self-llm/qwen2.5-coder***
32+
3233

3334
## 模型下载
3435
使用 `modelscope` 中的 `snapshot_download` 函数下载模型,第一个参数为模型名称,参数 `cache_dir` 为模型的下载路径。

models/Qwen2.5-Coder/04-Qwen2.5-Coder-7B-Instruct vLLM 部署调用.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ pip install vllm==0.6.3.post1
4040
pip install accelerate==0.26.0
4141
```
4242

43-
> 考虑到部分同学配置环境可能会遇到一些问题,我们在AutoDL平台准备了 `Qwen2.5-Coder` 的环境镜像,点击下方链接并直接创建 `AutoDL` 示例即可
44-
> ***https://www.codewithgpu.com/i/datawhalechina/self-llm/Qwen2.5-self-llm***
43+
> 考虑到部分同学配置环境可能会遇到一些问题,我们在AutoDL平台准备了Qwen2.5的环境镜像,点击下方链接并直接创建Autodl示例即可
44+
> ***https://www.codewithgpu.com/i/datawhalechina/self-llm/qwen2.5-coder***
4545
4646

4747
## 模型下载

models/Qwen2.5-Coder/Qwen2.5-Coder-7B-Instruct Lora 微调.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ pip install sentencepiece==0.2.0
3131
pip install accelerate==1.1.1
3232
pip install datasets==3.1.0
3333
pip install peft==0.13.2
34-
3534
```
3635

37-
> 考虑到部分同学配置环境可能会遇到一些问题,我们在AutoDL平台准备了Qwen2.5-Coder-7B-Instruct的环境镜像。点击下方链接并直接创建Autodl示例即可。
38-
> ***https://www.codewithgpu.com/i/datawhalechina/self-llm/Qwen2.5-Coder-7B-Instruct***
36+
> 考虑到部分同学配置环境可能会遇到一些问题,我们在AutoDL平台准备了Qwen2.5的环境镜像,点击下方链接并直接创建Autodl示例即可。
37+
> ***https://www.codewithgpu.com/i/datawhalechina/self-llm/qwen2.5-coder***
38+
3939

4040
在本节教程里,我们将微调数据集放置在根目录 [/dataset](../dataset/huanhuan.json)
4141

models/Qwen2.5-Coder/readme.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)