Remove scrapingh & fix broken links

This commit is contained in:
Andras Schmelczer 2022-07-13 13:07:23 +02:00
parent 489b9d19e2
commit 7a71510cca
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
9 changed files with 31 additions and 146 deletions

View file

@ -190,7 +190,7 @@ class GreatAI(Generic[T, V]):
) -> List[Trace[V]]:
"""Map the wrapped function over a list of input_values (`batch`).
A wrapper over [parallel_map][great_ai.utilities.parallel_map]
A wrapper over [parallel_map][great_ai.utilities.parallel_map.parallel_map.parallel_map]
providing type-safety and a progressbar through tqdm.
Args: