Small edits (#819)

This commit is contained in:
pollfly
2024-04-03 12:06:28 +03:00
committed by GitHub
parent 3ad296ab0b
commit 6e20f6ab0e
5 changed files with 15 additions and 11 deletions

View File

@@ -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()}
)
```