mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#819)
This commit is contained in:
@@ -27,7 +27,7 @@ of the subprocess, making each unique.
|
||||
|
||||
```python
|
||||
Task.current_task().upload_artifact(
|
||||
'temp {:02d}'.format(dist.get_rank()),
|
||||
name='temp {:02d}'.format(dist.get_rank()),
|
||||
artifact_object={'worker_rank': dist.get_rank()}
|
||||
)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user