Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tocean committed Dec 14, 2023
1 parent a080dea commit ed61f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cifar10_deepspeed_te.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""The deepspeed cifar10 exampe using MS-AMP and TransformerEngine. It is adapted from official deepspeed example.
The model is adpteed from VisionTransfomrer in timm and it uses te.TransformerLayer as encoder block.
The model is adapted from VisionTransfomrer in timm and it uses te.TransformerLayer as encoder block.
"""

import argparse
Expand Down

0 comments on commit ed61f48

Please sign in to comment.