Open robTheBuildr opened 1 year ago
__main__
run(...)
configure(...)
_split_into_chunks(...)
InfiniteGpt
Acceptance Criteria
__main__
should be re-written asrun(...)
that consumes an input and output fileconfigure(...)
should be written to consume_split_into_chunks(...)
) as syntactic sugar to denote that they are privateInfiniteGpt
class