doc-exports/docs/modelarts/umn/modelarts_21_0068.html
Beibei edf86a8ae7
ModelArts GA UMN 06052022 from R&D (#5)
ModelArts GA UMN 06052022 from R&D

R&D provided a new version of the ModelArts User Manual in May 2022.
Depends-On: #11

Reviewed-by: Artem Goncharov <Artem.goncharov@gmail.com>
2022-05-23 08:19:57 +00:00

2.6 KiB

How Do I Upload Local Files to a Notebook Instance?

  • Small files (files smaller than 100 MB)

    Open a notebook instance and click Upload in the upper right corner to upload a local file to the notebook instance.

    Figure 1 Upload a small file
  • Large files (files larger than 100 MB)

    You are advised to use OBS to upload large files. Use OBS Browser to upload a local file to an OBS bucket and use ModelArts SDKs to download the file from OBS to a notebook instance.

    To upload files using OBS Browser, refer to Uploading a File.

    To use ModelArts SDKs to download files from OBS to a notebook instance, refer to Downloading a File from OBS.

  • 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.