Commit dfea19e8 authored by Nathan Habib's avatar Nathan Habib
Browse files

cleanup

parent a541bfb9
......@@ -369,8 +369,8 @@ class Task(abc.ABC):
self,
*,
limit: Union[int, None] = None,
rank: int = None,
world_size: int = None,
rank: int = 0,
world_size: int = 1,
cache_requests: bool = False,
rewrite_requests_cache: bool = False,
system_instruction: Optional[str] = None,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment