Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 4, 2024
1 parent d948792 commit 939ceaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/llm/ogbg_code2.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ def inference_step_ogbg(model, batch, **kwargs):
parser.add_argument(
'--percent_train', type=int, default=100,
help="Select how much of the training data to use,\
passing an integer in (0,100]"
)
passing an integer in (0,100]")
parser.add_argument('--batch_size', type=int, default=8)
parser.add_argument('--eval_batch_size', type=int, default=16)
args = parser.parse_args()
Expand Down

0 comments on commit 939ceaa

Please sign in to comment.