Skip to content

Commit

Permalink
repeat batch 2 times
Browse files Browse the repository at this point in the history
  • Loading branch information
olegklimov committed May 9, 2024
1 parent 49e00cf commit 36d11b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion self_hosting_machinery/inference/inference_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def check_cancelled(*args, **kwargs):
return set()

log("STATUS test batch")
for _ in range(10):
for _ in range(2):
inference_model.infer(dummy_call, DummyUploadProxy, {})
if compile:
return
Expand Down

0 comments on commit 36d11b3

Please sign in to comment.