Skip to content

Commit 7ac1917

Browse files
Merge pull request #400 from cheng874/online-lab
Online lab doc update
2 parents 259bb03 + 2c5ece2 commit 7ac1917

21 files changed

Lines changed: 138 additions & 67 deletions

File tree

docs/flagos_homepage/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The FlagOS ecosystem enablement layer adopts a plugin architecture composed of t
6868

6969
- **vllm-plugin-FL** (v0.2.0)
7070

71-
vllm-plugin-FL extends the inference capabilities of vLLM to diverse AI chips, enabling efficient model serving beyond the original supported hardware. Built on FlagOS's unified multi-chip backend — including the unified operator library FlagGems and the unified communication library FlagCX.
71+
vllm-plugin-FL extends the inference capabilities of vLLM to diverse AI chips, enabling efficient model serving beyond the original supported hardware. Built on FlagOS's unified multi-chip backend.
7272

7373
- **sglang-plugin-FL** (v0.1.0)
7474

docs/megatron_lm_fl_en/getting_started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can install Megatron-LM-FL through one of the following methods:
1010
docker pull harbor.baai.ac.cn/flagos21-release/megatron-lm-fl:v0.2.0-rc2-nvidia
1111
```
1212

13-
内含:torch 2.4.0a0, triton 3.0.0, trans-engine 2.14.0。适用于千亿参数模型预训练。
13+
Includes: torch 2.4.0a0, triton 3.0.0, trans-engine 2.14.0. Suitable for 100B+ parameter model pre-training.
1414

1515
### CUDA
1616

413 Bytes
Loading
614 Bytes
Loading
-328 KB
Loading
820 Bytes
Loading

docs/onlinelaboratory_en/onlinelaboratory.md

Lines changed: 45 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,55 @@
22

33
## Getting Started
44

5-
To get started with Online Laboratory, perform the following steps:
5+
1. Open <https://flagos.net/login?redirect_url=https%3A%2F%2Fflagos.net%2FHome> in your browser.
66

7-
1. After logging into Flag OS, click the **Online Laboratory** tab in the top-right corner.
7+
2. Click the **Online Laboratory** tab in the top-right corner. Select **Phone Login** or **Email Login**. Enter your phone number or email address, and click **Get Verification Code**. Enter the verification code, check the box to accept the community usage agreement and privacy policy, and click **Login/Register**.
88

9-
2. View all unreleased environment containers, computing resource details, access endpoints, and other related information associated with your account.
9+
3. View all unreleased environment containers, computing resource details, access endpoints, and other related information associated with your account.
10+
11+
4. The environment container is powered off when first associated. Click the power icon ![alt text](asset/on-and-off-icon.png) in the operation column to manually start it.
1012
![alt text](asset/online-lab.jpg)
13+
After startup, the **Status** column changes to **Running**.
1114

12-
3. In the **DevEnvironment Access** column, check the image information:
13-
1. Navigate under **Secret Key**, and click **Management**.
15+
5. In the **Operation** column, check the image information:
16+
1. Navigate to **Operation**, and click Settings ![alt text](asset/settings.png).
1417
2. In the pop-up window, click **Image**.
1518
![alt text](asset/check-image.jpg)
1619

17-
4. In the **DevEnvironment Access** column, use one of the following methods to access the cloud-based online development environment:
18-
- **Option 1: Direct Access to the Development Environment**
19-
To access the environment directly, follow these steps:
20-
1. Navigate next to **Secret Key**, and click the Copy icon to copy the key.
21-
2. Click **Enter IDE**. When the Welcome dialog opens, paste the key and click **Submit**.
22-
![alt text](asset/welcome.jpg)
23-
- **Option 2: Access via Public Network**
24-
To access the development environment from a public network, follow these steps:
25-
1. You can map the service for the development environment to port 30000.
26-
2. Navigate under **Secret Key**, and click **Management**.
27-
3. In the pop-up window, click **Action**. In the **More Access** section, click the **Service URL** link to open the development environment.
28-
![alt text](asset/public-access.jpg)
29-
30-
5. Query the computing power configuration through terminal commands according to the card type.
31-
- For Iluvatar cards, use the command:
32-
33-
```{code-block} bash
34-
ixsmi
35-
```
36-
37-
![alt text](asset/iluvatar-gpu-info.jpg)
38-
- For Huawei Ascend cards, use the command:
39-
40-
```{code-block} python
41-
npu-smi info
42-
```
43-
44-
![alt text](asset/ascend-gpu-info.jpg)
45-
46-
6. You can upload or download files such as code packages and models through the following methods:
47-
- Right-click your `Workspace` and select **Upload...**
48-
![alt text](asset/upload.jpg)
49-
- Right-click your `Workspace` and select **Download...**
50-
![alt text](asset/download.jpg)
20+
6. In the **DevEnvironment Access** column, use one of the following methods to access the cloud-based online development environment:
21+
- **Option 1: Direct Access to the Development Environment**
22+
To access the environment directly, follow these steps:
23+
1. Navigate next to **Secret Key**, and click the Copy icon ![alt text](asset/copy.png) to copy the key.
24+
2. Click **Enter IDE**. When the Welcome dialog opens, paste the key and click **Submit**.
25+
![alt text](asset/welcome.jpg)
26+
- **Option 2: Access via Public Network**
27+
To access the development environment from a public network, follow these steps:
28+
1. You can map the service for the development environment to port 30000.
29+
2. Navigate to **Operation**, and click Settings ![alt text](asset/settings.png).
30+
3. In the pop-up window, click **Action**. In the **More Access** section, click the **Service URL** link to open the development environment.
31+
![alt text](asset/public-access.jpg)
32+
33+
7. Query the computing power configuration through terminal commands according to the card type.
34+
- For Iluvatar cards, use the command:
35+
36+
```{code-block} bash
37+
ixsmi
38+
```
39+
40+
![alt text](asset/iluvatar-gpu-info.jpg)
41+
- For Huawei Ascend cards, use the command:
42+
43+
```{code-block} python
44+
npu-smi info
45+
```
46+
47+
![alt text](asset/ascend-gpu-info.jpg)
48+
49+
8. You can upload or download files such as code packages and models through the following methods:
50+
- Right-click your `Workspace` and select **Upload...**
51+
![alt text](asset/upload.jpg)
52+
- Right-click your `Workspace` and select **Download...**
53+
![alt text](asset/download.jpg)
5154
5255
```{warning}
5356
The experimental environment is a containerized environment. All data will be permanently deleted and unrecoverable upon release. Please back up your data locally.
@@ -59,9 +62,9 @@ For detailed usage instructions of Visual Studio Code, please refer to:<https://
5962

6063
To reset development environment to its initial state, perform the following steps:
6164

62-
1. In the **DevEnvironment Access** column, navigate under **Secret Key**, and click **Management**.
63-
2. In the pop-up window, click **Action**. In the **Reset Environment** section, click **Reset Environment**. In the **Reset Environment** pop-up window, click **Confirm**.
64-
![alt text](asset/public-access.jpg)
65+
1. Navigate to the **Operation** column, and click the **Settings** icon.
66+
2. In the pop-up window, click **Action**. In the **Reset Environment** section, click **Reset Environment**. In the **Reset Environment** pop-up window, click **Confirm**.
67+
![alt text](asset/public-access.jpg)
6568

6669
```{warning}
6770
This action is irreversible. Please proceed with caution.
413 Bytes
Loading
614 Bytes
Loading
289 KB
Loading

0 commit comments

Comments
 (0)