Spaces:
Runtime error
Runtime error
feat: fix typo
Browse files
seq2seq/run_seq2seq_flax.py
CHANGED
|
@@ -836,7 +836,7 @@ def main():
|
|
| 836 |
wandb.run.log_artifact(artifact)
|
| 837 |
|
| 838 |
# save to the hub
|
| 839 |
-
if training_args.push_to_hub
|
| 840 |
model.save_pretrained(
|
| 841 |
training_args.output_dir,
|
| 842 |
params=params,
|
|
|
|
| 836 |
wandb.run.log_artifact(artifact)
|
| 837 |
|
| 838 |
# save to the hub
|
| 839 |
+
if training_args.push_to_hub:
|
| 840 |
model.save_pretrained(
|
| 841 |
training_args.output_dir,
|
| 842 |
params=params,
|