forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Wuwan, Qi <wuwanqi1@noreply.gitea.eco.tsi-dev.otc-service.com> Co-committed-by: Wuwan, Qi <wuwanqi1@noreply.gitea.eco.tsi-dev.otc-service.com>
4.7 KiB
4.7 KiB
What Are Sizes of the /cache Directories for Different Notebook Specifications in DevEnviron?
When creating a notebook instance, you can select CPUs or GPUs based on the data volume.
ModelArts mounts disks to /cache. You can use this directory to store temporary files. The /cache directory shares resources with the code directory. The directory size varies depending on resource specifications.
No disks can be mounted to /cache for CPUs. When only one GPU card is used, the /cache directory size is limited to 500 GB. If multiple GPUs cards are used, the /cache directory size is limited to 3 TB and calculated using the following formula: /cache directory size = Number of cards x 500 GB. For details, see Table 1.
Parent topic: Others