Small edits (#784)

This commit is contained in:
pollfly
2024-02-26 17:24:58 +02:00
committed by GitHub
parent 91fcaa2f24
commit 90f2affe91
5 changed files with 12 additions and 12 deletions

View File

@@ -685,7 +685,7 @@ task = Task.init(project_name, task_name, output_uri="s3://bucket-name/folder")
task = Task.init(project_name, task_name, output_uri="gs://bucket-name/folder")
```
To use Cloud storage with ClearML, configure the storage credentials in your `~/clearml.conf`. For detailed information,
To use cloud storage with ClearML, configure the storage credentials in your `~/clearml.conf`. For detailed information,
see [ClearML Configuration Reference](configs/clearml_conf.md).
<a id="pycharm-remote-debug-detect-git"></a>