Skip to content

Commit

Permalink
Trainium spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimburtoft authored and dacorvo committed Jan 10, 2025
1 parent 2ebca50 commit 2836232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimum/neuron/trainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1510,13 +1510,13 @@ def save_state(self):

class NeuronTrainer(_TrainerForNeuron, Trainer):
"""
Trainer that is suited for performing training on AWS Tranium instances.
Trainer that is suited for performing training on AWS Trainium instances.
"""


class Seq2SeqNeuronTrainer(_TrainerForNeuron, Seq2SeqTrainer):
"""
Seq2SeqTrainer that is suited for performing training on AWS Tranium instances.
Seq2SeqTrainer that is suited for performing training on AWS Trainium instances.
"""


Expand Down

0 comments on commit 2836232

Please sign in to comment.