mirror of
https://github.com/wassname/alignment-handbook.git
synced 2026-06-27 17:14:25 +08:00
remove revision (#186)
This commit is contained in:
+1
-1
@@ -200,7 +200,7 @@ def main():
|
||||
|
||||
if training_args.push_to_hub is True:
|
||||
logger.info("Pushing to hub...")
|
||||
trainer.push_to_hub(revision=training_args.hub_model_revision, **kwargs)
|
||||
trainer.push_to_hub(**kwargs)
|
||||
|
||||
logger.info("*** Training complete ***")
|
||||
|
||||
|
||||
+1
-1
@@ -252,7 +252,7 @@ def main():
|
||||
|
||||
if training_args.push_to_hub is True:
|
||||
logger.info("Pushing to hub...")
|
||||
trainer.push_to_hub(revision=training_args.hub_model_revision, **kwargs)
|
||||
trainer.push_to_hub(**kwargs)
|
||||
|
||||
logger.info("*** Training complete! ***")
|
||||
|
||||
|
||||
+1
-1
@@ -224,7 +224,7 @@ def main():
|
||||
|
||||
if training_args.push_to_hub is True:
|
||||
logger.info("Pushing to hub...")
|
||||
trainer.push_to_hub(revision=training_args.hub_model_revision, **kwargs)
|
||||
trainer.push_to_hub(**kwargs)
|
||||
|
||||
logger.info("*** Training complete ***")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user