File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def main():
46
46
47
47
48
48
def run_batched (
49
- instances : List [Dict [str , str | int ]], batch_size : int = 64
49
+ instances : List [Dict [str , str | int ]], batch_size : int = 4
50
50
) -> List [Dict [str , str | int ]]:
51
51
# split into batches
52
52
results = []
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def main():
36
36
37
37
38
38
def run_batched (
39
- instances : List [Dict [str , str | int ]], batch_size : int = 64
39
+ instances : List [Dict [str , str | int ]], batch_size : int = 4
40
40
) -> List [Dict [str , str | int ]]:
41
41
# split into batches
42
42
results = []
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def main():
64
64
65
65
66
66
def run_batched (
67
- instances : List [Dict [str , str | int ]], batch_size : int = 64
67
+ instances : List [Dict [str , str | int ]], batch_size : int = 44
68
68
) -> List [Dict [str , str | int ]]:
69
69
# split into batches
70
70
results = []
You can’t perform that action at this time.
0 commit comments