Skip to content

Commit

Permalink
fix wrong variable name in examples (#6511)
Browse files Browse the repository at this point in the history
  • Loading branch information
hu-qi committed Mar 5, 2024
1 parent e771654 commit 0c1dd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/06_distributed_training/model_parallel_cn.rst
Expand Up @@ -150,7 +150,7 @@

.. code-block:: python
dist_strategy = paddle.distributed.fleet.DistributedStrategy()
strategy = paddle.distributed.fleet.DistributedStrategy()
strategy.hybrid_configs = {
"mp_degree": 2,
"dp_degree": 1,
Expand Down

0 comments on commit 0c1dd9f

Please sign in to comment.