-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
67 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 交互式开发 | ||
|
||
## 简介 | ||
|
||
Colossal-AI 云平台提供了交互式开发功能,用户能够在集群中申请算力,启动 Pod,使用 Jupyter Notebook 进行开发。 | ||
|
||
主要功能有: | ||
|
||
1. 支持基于浏览器的开发环境,目前已经适配 Jupyter Notebook,后续会支持 VSCode、ssh 连接。 | ||
2. 提供开箱即用的 Colossal-AI 开发环境,可训练微调 Llama 等流行模型。 | ||
3. 支持多机多卡的开发环境,超越单机卡数的限制。 | ||
|
||
## 界面导览 | ||
|
||
点击主界面上的**控制台-开发**按钮,进入交互式开发面板。 | ||
|
||
主界面列出了启动的 Notebook,可以在这里创建、删除、连接交互式开发环境。 | ||
|
||
![开发环境列表](./images/notebook/notebook-overview.zh.png) | ||
|
||
进入开发环境详情,可以查看开发环境的详细信息,包括目前状态、连接方式、挂载的代码与数据等。 | ||
|
||
![开发环境细节](./images/notebook/notebook-detail.zh.png) | ||
|
||
更详细的操作指南,可以参考[创建交互式开发环境](../notebook/create.md)。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# 创建开发环境 | ||
|
||
点击主界面上的**控制台-开发**按钮,进入交互式开发面板。 | ||
|
||
如下图,点击右上角**创建新的Notebook**按钮,进入创建开发环境面板。 | ||
|
||
![创建按钮](./images/create-notebook-button.zh.png) | ||
|
||
## 填写环境信息 | ||
|
||
在创建面板,我们需要填写相关的信息,包括: | ||
|
||
1. 挂载的数据集、项目和模型,挂载的数据可以在开发环境中作为文件使用。 | ||
2. 副本数,设置为 1 即为单机开发环境,大于 1 则是多机开发环境,多机之间通过内网域名可以互联。 | ||
3. 显卡类型和每个副本的 GPU 数量。 | ||
4. 后续会开放镜像选择和镜像仓库功能。 | ||
|
||
![创建面板](./images/create-notebook-detail.zh.png) | ||
|
||
## 连接开发环境 | ||
|
||
填写完成后,开发环境将会自动创建。如下图,在详情页面,点击**副本详情-启动**,连接开发环境。 | ||
|
||
![启动连接](./images/notebook-detail.zh.png) | ||
|
||
浏览器将会跳转到对应的 Jupyter notebook。 | ||
|
||
![jupyter notebook](./images/notebook-jupyter.png) | ||
|
||
## 释放开发环境 | ||
|
||
使用完毕之后,可以回到主界面,点击**删除**,释放开发环境。 | ||
|
||
![创建按钮](./images/create-notebook-button.zh.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters