Instance types
We run your computations on Amazon AWS EC2 virtual servers. Below is the full list of machines available in Datalore. Keep in mind that your access to these options is limited by the amount of Datalore credits on your account. Only Cloud plan users can buy Datalore credits. Refer to this topic to upgrade.
Machine name | RAM | vCPUs | GPUs | Instance type | Spot machine price (Cr/h) | On-demand machine price (Cr/h) |
---|---|---|---|---|---|---|
CPU S | 4 | 2 | - | t3.medium | 0.08 | 0.11 |
CPU L | 16 | 4 | - | m6i.xlarge | 0.2 | 0.45 |
CPU XL | 32 | 16 | - | c7a.4xlarge | 0.88 | 1.79 |
CPU XXL | 96 | 48 | - | c7a.12xlarge | 3.21 | 5.33 |
GPU S | 16 | 4 | 1 | g5.xlarge | 1.1 | 2.25 |
GPU M | 32 | 8 | 1 | g5.2xlarge | 1.07 | 2.70 |
GPU L | 64 | 16 | 1 | g5.4xlarge | 1.35 | 3.63 |
GPU XL | 128 | 32 | 1 | g5.8xlarge | 2.20 | 5.47 |
GPU XXL | 256 | 64 | 1 | g5.16xlarge | 3.7 | 9.15 |
Multi-GPU S | 192 | 48 | 4 | g5.12xlarge | 4.65 | 12.5 |
Multi-GPU L | 768 | 192 | 8 | g5.48xlarge | 14.3 | 36.3 |
Machine usage
In regard to machine usage, it is important to consider the following aspects: computation time, parallel computation, and long computation.
Computation time
Computation time is the time required by the machine to execute the code. To view your current running machines, click your avatar icon in the upper right corner of the screen to open the Account menu and select Running machines.
For a detailed report on machine usage, go to .csv file from there.
. You can download it as aParallel computation
With the Cloud Free plan, you can run 2 notebooks in parallel within the available computation time quota.
With the Cloud plan, you can have unlimited parallel computations within the available computation time quota.
Background computation
This mode keeps the machine running after the tab is closed. The option allows you to close your notebook at any point without losing your computation progress. Background computation is particularly helpful when training heavy Machine learning and Deep learning models.
The Cloud Free plan allows you to keep your machine running for up to 6 hours after the tab is closed. The Cloud plan sets no limitations other than your computation time quota.
Storage
You have the following storage options:
Internal storage
Datalore provides cloud storage for notebooks and attachments. The attached files remain attached to the notebooks whenever you close Datalore. For a .csv report on storage usage, go to .
If you downgrade from the Cloud plan to Cloud Free, any data exceeding the storage limit will be deleted after 30 days.
External storage
Datalore supports external S3 buckets. This helps you work with the data files you already have in your cloud storage and extend Datalore internal storage based on your needs. To connect your storage, go to
.
Sharing
For shared notebooks, Datalore uses the computation resources from the account of the document’s owner. This means that if you are the owner of a notebook that you share with two people and they continue running the notebook after you close the Datalore tab, it is your computation time and memory that will be consumed. If all three of you are running one notebook simultaneously, only one computation will be enabled and consumed.
When you share a workspace, your storage resources will be consumed.
When you publish a notebook, you publish a static copy, and no computation resources will be consumed when the user views it.