Update Bagua section example (#11899)

This commit is contained in:
Kaushik B 2022-02-22 01:21:58 +05:30 committed by GitHub
parent d724465ae6
commit ed863dd3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ but Bagua can usually produce a higher training throughput due to its backend wr
.. code-block:: python
# train on 2 GPUs (using Bagua mode)
# train on 4 GPUs (using Bagua mode)
trainer = Trainer(strategy="bagua", accelerator="gpu", devices=4)