-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #145 from LuShanYanYu7/main
更新英文网站 快速开始-》使用算力实例
- Loading branch information
Showing
78 changed files
with
77 additions
and
105 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
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
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
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 |
---|---|---|
@@ -1,28 +1,23 @@ | ||
--- | ||
sidebar_position: 6 | ||
title: GPU-less Mode | ||
sidebar_label: GPU-less Mode | ||
title: No-GPU Mode | ||
sidebar_label: No-GPU Mode | ||
--- | ||
|
||
For tasks such as writing and debugging code, uploading or downloading data to the instance, or presenting code that do not require GPU usage, you can choose to start the instance in GPU-less Mode. In GPU-less Mode, the instance will use a 2-core CPU and 4GB of memory without a GPU. The cost for this mode is ¥0.1/hour. Switching to GPU-less Mode will not affect your instance data before or after use, and you can still switch back to normal mode from the instance list for regular operations such as powering on and off. | ||
For tasks such as writing and debugging code, uploading or downloading data to the instance, or presenting code that do not require GPU usage, you can choose to start the instance in No-GPU Mode. In No-GPU Mode, the instance will use a 2-core CPU and 4GB of memory without a GPU. The cost for this mode is ¥0.1/hour. Switching to No-GPU Mode will not affect your instance data before or after use, and you can still switch back to normal mode from the instance list for regular operations such as powering on and off. | ||
|
||
<iframe width="640" height="360" | ||
src={require('../../static/video/demo/gpuless_mode.mp4').default} | ||
frameborder="0" allowfullscreen> | ||
</iframe> | ||
## Starting in No-GPU Mode | ||
|
||
## Starting in GPU-less Mode | ||
When creating an instance, select **No-GPU Mode** to start the instance with No-GPU specifications. No-GPU Mode is only available with pay-as-you-go billing. | ||
|
||
When creating an instance, select **GPU-less Mode** to start the instance with GPU-less specifications. GPU-less Mode is only available with pay-as-you-go billing. | ||
<img src={require('../../static/en-img/gpuless/gpuless-1.png').default} alt="Start in No-GPU Mode" style={{width: '700px', height: 'auto'}} /> | ||
|
||
<img src={require('../../static/gpuless/gpuless-1.png').default} alt="Start in GPU-less Mode" style={{width: '700px', height: 'auto'}} /> | ||
You will see that the newly created instance is labeled with the **No-GPU Mode** indicator. | ||
|
||
You will see that the newly created instance is labeled with the **GPU-less Mode** indicator. | ||
<img src={require('../../static/en-img/gpuless/gpuless-2.png').default} alt="No-GPU Instance" style={{width: '700px', height: 'auto'}} /> | ||
|
||
<img src={require('../../static/gpuless/gpuless-2.png').default} alt="GPU-less Instance" style={{width: '700px', height: 'auto'}} /> | ||
## Powering On in No-GPU Mode | ||
|
||
## Powering On in GPU-less Mode | ||
In the instance list, after an instance is powered off, you can select **Power On in No-GPU Mode**. | ||
|
||
In the instance list, after an instance is powered off, you can select **Power On in GPU-less Mode**. | ||
|
||
<img src={require('../../static/gpuless/gpuless-3.png').default} alt="Power On in GPU-less Mode" style={{width: '700px', height: 'auto'}} /> | ||
<img src={require('../../static/en-img/gpuless/gpuless-3.png').default} alt="Power On in No-GPU Mode" style={{width: '700px', height: 'auto'}} /> |
Oops, something went wrong.