-
Notifications
You must be signed in to change notification settings - Fork 15
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
1 parent
6ebf7f2
commit 9db684b
Showing
16 changed files
with
177 additions
and
246 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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.
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,22 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Compute Market | ||
|
||
The compute market refers to a platform established where independent compute resource | ||
providers offer various GPU resources and services to users. Users can select suitable | ||
resource types and billing methods to create container instances based on their actual needs. | ||
|
||
- Pay-as-you-go: Cost = Duration * Unit Price | ||
|
||
Duration = Shutdown Time - Startup Time, accurate to the second; no charges during startup or waiting periods. | ||
(Hourly billing is supported; if usage is less than an hour, charges will be based on actual usage time, accurate to the second.) | ||
|
||
- Annual and Monthly Packages: Annual and monthly packages will soon be supported, with more favorable pricing for single cards. Stay tuned. | ||
- Resource Types: Types of GPU resources that can be purchased based on demand when inventory is sufficient. | ||
|
||
Click **Buy Now** to go to [Create Container Instance](instance.md). | ||
|
||
![Compute Market](../images/regis01.png) |
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,46 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Create Container Instance | ||
|
||
Container instances are commonly used for algorithm development and inference. | ||
Various GPU types can be selected during creation to flexibly match computing requirements. | ||
Instances automatically associate with file storage for easier data management. | ||
They support using system-built images for rapid environment deployment and allow | ||
convenient development and access through tools like Jupyter Notebook, VSCode, and SSH, | ||
aiding in efficient algorithm research and inference tasks. | ||
|
||
## Prerequisites | ||
|
||
- Log in to your d.run account | ||
- Account balance must be greater than or equal to the unit price of the selected resource type | ||
|
||
## Steps | ||
|
||
1. Log in to d.run, which defaults to the **Compute Market** . | ||
You can choose the required GPU type and click **Buy Now** ; | ||
or switch to **Container Instances** and click the **Create** button to create a new instance. | ||
|
||
2. Fill in the basic information according to the requirements below and click **OK** | ||
|
||
![Create Container Instance 2](../zestu/images/createpod2.png) | ||
|
||
| Name | Description | | ||
|------|------------- | | ||
| Optional | Up to 64 characters, can only include lowercase letters, numbers, separators ("-"), and dots ("."). Must start and end with a lowercase letter or number. | | ||
| Billing Type | - Pay-as-you-go: Cost = Duration * Unit Price. Duration = Shutdown Time - Startup Time, accurate to the second; no charges during startup or waiting periods. Hourly billing is supported; if usage is less than an hour, charges will be based on actual usage time, accurate to the second. <br/> - Annual and Monthly Packages: Annual and monthly packages will soon be supported, with more favorable pricing for single cards. Stay tuned. | | ||
| Region | It is recommended to choose a region close to your location to create instances and initialize file storage for faster upload and download speeds. | | ||
| Resource Type | GPU model | | ||
| Resource | Supports full GPU and vGPU resources; select based on demand. | | ||
| File Storage | After initializing file storage, it will be automatically mounted to the instance, with the default mount path being: /root/zestu-data | | ||
| Image | Supports Pytorch and TensorFlow; more system images and custom images will be supported in the future, stay tuned. | | ||
| Quick Login | You can choose to access the container instance via Jupyter Notebook and VSCode. If unchecked, related components will not be installed, and access tools cannot be changed after creation. | | ||
|
||
3. Click **OK** to complete the instance creation. | ||
|
||
!!! note | ||
|
||
- No charges will be incurred while the container is in a starting, queuing, shut down, or deleting state; normal charges apply only when it is running or shut down. | ||
- The unit price for on-demand billed resources is the cost incurred for running that instance per hour; if actual usage is less than an hour, charges will be based on actual usage time, accurate to the second. |
Oops, something went wrong.