Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions docs/zh/docs/zestu/deepseek.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# 五步部署 DeepSeek 多模态模型

本文介绍如何在算力云模块通过容器实例直接使用 DeepSeek,以及通过 jupyter、vscode、SSH 进行算法二次开发使用。
本文介绍如何在算力云模块通过容器实例直接使用 DeepSeek,以及通过 Jupyter、VSCode、SSH 进行算法二次开发使用。

> 算力云上线的 DeepSeek-ai/Janus-Pro-7B-ComfyUI WebUI 版文生图模型,
> 支持 Multimodal Understanding 和 Text-to-Image Generation 两种服务,部署后可通过 **10002 端口** 直接访问并使用。
!!! note

算力云上线的 DeepSeek-ai/Janus-Pro-7B-ComfyUI WebUI 版文生图模型,
支持 Multimodal Understanding 和 Text-to-Image Generation 两种服务,
部署后可通过 **10002 端口** 直接访问并使用。

## 前提条件

Expand All @@ -13,19 +15,19 @@

## 创建 DeepSeek 实例

1. 登录 d.run 平台,选择 **算力云** 进入 **算力市场** 。在算力市场页面中选择算力规格,例如 A6000, 点击“立即购买,进入创建容器实例页面。
1. 登录 d.run 平台,选择 **算力云** 进入 **算力市场** 。在算力市场页面中选择算力规格,点击 **立即购买** ,进入创建容器实例页面。

!!! tip

运行 Janus-Pro-7B 模型需约 20GB 显存,请确保所选算力规格满足此要求。

![算力市场](../zestu/images/zestu-market.png)

1. 填写实例名称,选择 DeepSeek 的镜像为 DeepSeek-ai/Janus-Pro-7B-ComfyUI。(初次使用建议初始化文件存储并挂载),点击 **确定** 后完成部署。
2. 填写实例名称,选择 DeepSeek 的镜像为 DeepSeek-ai/Janus-Pro-7B-ComfyUI。(初次使用建议初始化文件存储并挂载),点击 **确定** 后完成部署。

![算力市场2](../zestu/images/zestu-market2.png)

1. 刷新页面当容器实例状态为运行中时,点击 **访问管理** ,打开 **10002 端口** 即可访问 Janus-Pro-7B 的 UI 界面。
3. 刷新页面当容器实例状态为运行中时,点击 **访问管理** ,打开 **10002 端口** 即可访问 Janus-Pro-7B 的 UI 界面。

![访问管理1](../zestu/images/interview.png)

Expand Down
Binary file modified docs/zh/docs/zestu/images/ssh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/zh/docs/zestu/images/zestu-market.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/zh/docs/zestu/images/zestu-market2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/zh/docs/zestu/instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Jupyter Notebook、VSCode、SSH 等多种工具实现便捷开发与访问,助
| 地区 | 建议选择与自己相近的地区创建实例和初始化文件存储,文件上传和下载速度更快 |
| 资源类型 | GPU 资源型号 |
| 资源 | 支持整卡 GPU 和 vGPU 资源,根据需求选择 |
| 文件存储 | 初始化文件存储后,将自动挂载到实例中,默认挂载路径为:/root/zestu-data |
| 文件存储 | 初始化文件存储后,将自动挂载到实例中,默认挂载路径为:/root/data |
| 镜像 | 支持 Pytorch 和 TensorFlow,后续将支持更多系统镜像和自定义镜像,敬请期待 |
| 访问工具 | 可选择通过 Jupyter Notebook 和 vscode 访问该容器实例。若取消勾选,则不会安装相关组件,创建完成后暂不支持更改访问工具 |

Expand Down
Loading