doc-exports/docs/modelarts/umn/modelarts_05_0057.html
Lai, Weijian 4e4b2d5f6d ModelArts UMN 23.3.0 Version.
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lai, Weijian <laiweijian4@huawei.com>
Co-committed-by: Lai, Weijian <laiweijian4@huawei.com>
2024-06-26 07:03:02 +00:00

1.8 KiB

How Do I Import Large Files to a Notebook Instance?

  • Large files (files larger than 100 MB)

    Use OBS to upload large files. To do so, use OBS Browser to upload a local file to an OBS bucket and use ModelArts SDK to download the file from OBS to a notebook instance.

    For details about how to use ModelArts SDK or MoXing to download files from OBS, see How Do I Upload a File from a Notebook Instance to OBS or Download a File from OBS to a Notebook Instance?

  • Folders

    Compress a folder into a package and upload the package in the same way as uploading a large file. After the package is uploaded to a notebook instance, decompress it on the Terminal page.

    unzip xxx.zip # Directly decompress the package in the path where the package is stored.

    For more details, search for the decompression command in mainstream search engines.