Small edits (#797)

This commit is contained in:
pollfly
2024-03-12 11:25:00 +02:00
committed by GitHub
parent 67cfbb1ef6
commit e4cde447aa
5 changed files with 12 additions and 8 deletions

View File

@@ -48,13 +48,13 @@ As can be seen, the `clearml-data sync` command creates the dataset, then upload
## Modifying Synced Folder
Now we'll modify the folder:
Modify the data folder:
1. Add another line to one of the files in the `data_samples` folder.
1. Add a file to the sample_data folder.<br/>
Run `echo "data data data" > data_samples/new_data.txt` (this will create the file `new_data.txt` and put it in the `data_samples` folder)
We'll repeat the process of creating a new dataset with the previous one as its parent, and syncing the folder.
Repeat the process of creating a new dataset with the previous one as its parent, and syncing the folder.
```bash
clearml-data sync --project datasets --name second_ds --parents a1ddc8b0711b4178828f6c6e6e994b7c --folder data_samples

View File

@@ -126,7 +126,7 @@ You'll need to input the Dataset ID you received when created the dataset above
1 file added
```
1. Remove a file. We'll need to specify the file's full path (within the dataset, not locally) to remove it.
1. Remove a file. You need to specify the file's full path (within the dataset, not locally) to remove it.
```bash
clearml-data remove --files data_samples/dancing.jpg