• Theo Linnemann's avatar
    Remove reference to args in XLA check (#7344) · 129fdae0
    Theo Linnemann authored
    Previously, the TFTrainingArguments object did a check to see if XLA was enabled, but did this by referencing `self.args.xla`, when it should be `self.xla`, because it is the args object. This can be verified a few lines above, where the XLA field is set.
    129fdae0
training_args_tf.py 10.3 KB