Small edits (#779)

This commit is contained in:
pollfly
2024-02-15 15:28:26 +02:00
committed by GitHub
parent 15ac5c2ce6
commit 6fb11e8e0d
18 changed files with 40 additions and 40 deletions

View File

@@ -36,7 +36,7 @@ lineage and content information. See [dataset UI](../webapp/datasets/webapp_data
## Setup
`clearml-data` comes built-in with the `clearml` python package! Just check out the [Getting Started](../getting_started/ds/ds_first_steps.md)
`clearml-data` comes built-in with the `clearml` python package! Check out the [Getting Started](../getting_started/ds/ds_first_steps.md)
guide for more info!
## Using ClearML Data

View File

@@ -103,7 +103,7 @@ clearml-data remove [-h] [--id ID] [--files [FILES [FILES ...]]]
## upload
Upload the local dataset changes to the server. By default, it's uploaded to the [ClearML Server](../deploying_clearml/clearml_server.md). It's possible to specify a different storage
Upload the local dataset changes to the server. By default, it's uploaded to the [ClearML Server](../deploying_clearml/clearml_server.md). You can specify a different storage
medium by entering an upload destination, such as `s3://bucket`, `gs://`, `azure://`, `/mnt/shared/`.
```bash

View File

@@ -29,7 +29,7 @@ the needed files.
New dataset created id=24d05040f3e14fbfbed8edb1bf08a88c
```
1. Now let's add a folder. File addition is recursive, so it's enough to point at the folder
1. Add a folder. File addition is recursive, so it's enough to point at the folder
to captures all files and sub-folders:
```bash