You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/flagos_homepage/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The FlagOS ecosystem enablement layer adopts a plugin architecture composed of t
68
68
69
69
-**vllm-plugin-FL** (v0.2.0)
70
70
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.
Copy file name to clipboardExpand all lines: docs/onlinelaboratory_en/onlinelaboratory.md
+45-42Lines changed: 45 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,52 +2,55 @@
2
2
3
3
## Getting Started
4
4
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.
6
6
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**.
8
8
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  in the operation column to manually start it.
10
12

13
+
After startup, the **Status** column changes to **Running**.
11
14
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 .
14
17
2. In the pop-up window, click **Image**.
15
18

16
19
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
-

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
-

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
-

38
-
- For Huawei Ascend cards, use the command:
39
-
40
-
```{code-block} python
41
-
npu-smi info
42
-
```
43
-
44
-

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
-

49
-
- Right-click your `Workspace` and select **Download...**
50
-

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 to copy the key.
24
+
2. Click **Enter IDE**. When the Welcome dialog opens, paste the key and click **Submit**.
25
+

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 .
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
+

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
+

41
+
- For Huawei Ascend cards, use the command:
42
+
43
+
```{code-block} python
44
+
npu-smi info
45
+
```
46
+
47
+

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
+

52
+
- Right-click your `Workspace` and select **Download...**
53
+

51
54
52
55
```{warning}
53
56
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://
59
62
60
63
To reset development environment to its initial state, perform the following steps:
61
64
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
-

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
+

65
68
66
69
```{warning}
67
70
This action is irreversible. Please proceed with caution.
0 commit comments