We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8124066 commit 16bb10cCopy full SHA for 16bb10c
llm_utils/tools.py
@@ -11,7 +11,7 @@
11
R = TypeVar("R")
12
13
14
-def parallel_process[T, R](
+def parallel_process(
15
items: Iterable[T],
16
process_fn: Callable[[T], R],
17
max_workers: int = 8,
0 commit comments